#0C761D

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

Shades of Forest Green #0C761D

Tints of Forest Green #0C761D

Color information

#0C761D (or 0x0C761D) is unknown color: approx Forest Green. HEX triplet: 0C, 76 and 1D. RGB value is (12,118,29). Sum of RGB (Red+Green+Blue) = 12+118+29=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #0C761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C761D is #F389E2. Grayscale: #4C4C4C. Windows color (decimal): -15960547 or 1930764. OLE color: 1930764.

HSL color Cylindrical-coordinate representation of color #0C761D: hue angle of 129.62º 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 #0C761D is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1211829-
CMYK0.9000.750.54
HSL129.62º81.54%25.49%-
HSV(B)129.62º89.83%46.27%-
XYZ6.8513.123.33-
YUV76.16101.3882.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.55%
GREEN value IS 118 (46.48% from 255) = 74.21%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=7.55%
G=74.21%
B=18.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118290.9000.750.54129.6281.5425.49
HexC761D5A04B36825219
Octal141663513201136620212231
Binary110011101101110110110100100101111011010000010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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