Html Css Color HEX #0C761C Forest Green

📋 copy color: '#0C761C'

red 12 ◦ green 118 ◦ blue 28

#0C761C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0C761C

Tints of Forest Green #0C761C

RGB

 RED value IS 12 (5.08% from 255) = 7.59%

 GREEN value IS 118 (46.48% from 255) = 74.68%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 7.59%
G = 74.68%
B = 17.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#0C761C (or 0x0C761C) is known color: Forest Green. HEX triplet: 0C, 76 and 1C. RGB value is (12,118,28). Sum of RGB (Red+Green+Blue) = 12+118+28=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #0C761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C761C is #F389E3. Grayscale: #4C4C4C. Windows color (decimal): -15960548 or 1865228. OLE color: 1865228.

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

Color convert

RGB 12 118 28 -
CMYK 0.90 0 0.76 0.54
HSL 129.06º 0.82% 0.25% -
HSV(B) 129.06º 0.9% 0.46% -
XYZ 6.84 13.12 3.27 -
YUV 76.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 12 118 28 0.90 0 0.76 0.54 129.06 0.82 0.25
Hex C 76 1C 5A 0 4C 36 81 52 19
Octal 14 166 34 132 0 114 66 201 122 31
Binary 1100 1110110 11100 1011010 0 1001100 110110 10000001 1010010 11001

Color Harmonies of #0C761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C761C

Black with #0C761C

Text Example


Text Example

White with #0C761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C761C;
 }
 .AnyTagClassName
 {
   color: #0C761C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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