Html Css Color HEX #0C761F Forest Green

📋 copy color: '#0C761F'

red 12 ◦ green 118 ◦ blue 31

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

Shades of Forest Green #0C761F

Tints of Forest Green #0C761F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 7.45%
G = 73.29%
B = 19.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#0C761F (or 0x0C761F) is known color: Forest Green. HEX triplet: 0C, 76 and 1F. RGB value is (12,118,31). Sum of RGB (Red+Green+Blue) = 12+118+31=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #0C761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C761F is #F389E0. Grayscale: #4C4C4C. Windows color (decimal): -15960545 or 2061836. OLE color: 2061836.

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

Color convert

RGB 12 118 31 -
CMYK 0.90 0 0.74 0.54
HSL 130.75º 0.82% 0.25% -
HSV(B) 130.75º 0.9% 0.46% -
XYZ 6.88 13.13 3.47 -
YUV 76.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 12 118 31 0.90 0 0.74 0.54 130.75 0.82 0.25
Hex C 76 1F 5A 0 4A 36 83 52 19
Octal 14 166 37 132 0 112 66 203 122 31
Binary 1100 1110110 11111 1011010 0 1001010 110110 10000011 1010010 11001

Color Harmonies of #0C761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C761F

Black with #0C761F

Text Example


Text Example

White with #0C761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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