#0C790C

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

Shades of Green #0C790C

Tints of Green #0C790C

Color information

#0C790C (or 0x0C790C) is unknown color: approx Green. HEX triplet: 0C, 79 and 0C. RGB value is (12,121,12). Sum of RGB (Red+Green+Blue) = 12+121+12=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 121 (47.66% from 255 or 83.45% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 121 - color contains mainly: green. Hex color #0C790C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C790C is #F386F3. Grayscale: #4C4C4C. Windows color (decimal): -15959796 or 817420. OLE color: 817420.

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

Color convert

RGB1212112-
CMYK0.9000.900.53
HSL120º81.95%26.08%-
HSV(B)120º90.08%47.45%-
XYZ7.0613.782.64-
YUV75.9891.8982.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 121 (47.66% from 255) = 83.45%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=8.28%
G=83.45%
B=8.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121120.9000.900.5312081.9526.08
HexC79C5A05A3578521a
Octal141711413201326517012232
Binary1100111100111001011010010110101101011111000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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