#0C610C

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

Shades of Green #0C610C

Tints of Green #0C610C

Color information

#0C610C (or 0x0C610C) is unknown color: approx Green. HEX triplet: 0C, 61 and 0C. RGB value is (12,97,12). Sum of RGB (Red+Green+Blue) = 12+97+12=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #0C610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C610C is #F39EF3. Grayscale: #3E3E3E. Windows color (decimal): -15965940 or 811276. OLE color: 811276.

HSL color Cylindrical-coordinate representation of color #0C610C: hue angle of 120º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C610C is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB129712-
CMYK0.8800.880.62
HSL120º77.98%21.37%-
HSV(B)120º87.63%38.04%-
XYZ4.498.651.78-
YUV61.999.8492.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 97 (38.28% from 255) = 80.17%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=9.92%
G=80.17%
B=9.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297120.8800.880.6212077.9821.37
HexC61C580583E784e15
Octal141411413001307617011625
Binary1100110000111001011000010110001111101111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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