#0C6501

Color #0C6501 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C6501

Tints of Green #0C6501

Color information

#0C6501 (or 0x0C6501) is unknown color: approx Green. HEX triplet: 0C, 65 and 01. RGB value is (12,101,1). Sum of RGB (Red+Green+Blue) = 12+101+1=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 101 (39.84% from 255 or 88.60% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 101 - color contains mainly: green. Hex color #0C6501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6501 is #F39AFE. Grayscale: #3F3F3F. Windows color (decimal): -15964927 or 91404. OLE color: 91404.

HSL color Cylindrical-coordinate representation of color #0C6501: hue angle of 113.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C6501 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB121011-
CMYK0.8800.990.60
HSL113.4º98.04%20%-
HSV(B)113.4º99.01%39.61%-
XYZ4.819.391.59-
YUV62.9993.0191.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 101 (39.84% from 255) = 88.60%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=10.53%
G=88.60%
B=0.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1210110.8800.990.60113.498.0420
HexC651580633C716214
Octal14145113001437416114224
Binary1100110010111011000011000111111001110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6501; }

 p { color: rgb(12,101,1); }

 H1.HeaderClassName
 {
   color: #0C6501;
 }
 .AnyTagClassName
 {
   color: #0C6501;
 }
</style>
background-color css

<style>
 a { background-color: #0C6501; }

 a { background-color: rgb(12,101,1); }

 div.DivClassName
 {
   background-color: #0C6501;
 }
 .BgClassName
 {
   background-color: #0C6501;
 }
</style>
border-color css

<style>
 span { border-color: #0C6501; }

 span { border-color: rgb(12,101,1); }

 td.TdClassName
 {
   border-color: #0C6501;
 }
 .TagClassName
 {
   border-color: #0C6501;
 }
</style>