#0C760C

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

Shades of Green #0C760C

Tints of Green #0C760C

Color information

#0C760C (or 0x0C760C) is unknown color: approx Green. HEX triplet: 0C, 76 and 0C. RGB value is (12,118,12). Sum of RGB (Red+Green+Blue) = 12+118+12=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #0C760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C760C is #F389F3. Grayscale: #4A4A4A. Windows color (decimal): -15960564 or 816652. OLE color: 816652.

HSL color Cylindrical-coordinate representation of color #0C760C: hue angle of 120º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C760C is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1211812-
CMYK0.9000.900.54
HSL120º81.54%25.49%-
HSV(B)120º89.83%46.27%-
XYZ6.713.062.52-
YUV74.2292.8883.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 118 (46.48% from 255) = 83.10%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=8.45%
G=83.10%
B=8.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118120.9000.900.5412081.5425.49
HexC76C5A05A36785219
Octal141661413201326617012231
Binary1100111011011001011010010110101101101111000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,12); }

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

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

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

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

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

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

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