Html Css Color HEX #0C761D Forest Green

📋 copy color: '#0C761D'

red 12 ◦ green 118 ◦ blue 29

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

Shades of Forest Green #0C761D

Tints of Forest Green #0C761D

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 value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#0C761D (or 0x0C761D) is known color: 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

RGB 12 118 29 -
CMYK 0.90 0 0.75 0.54
HSL 129.62º 0.82% 0.25% -
HSV(B) 129.62º 0.9% 0.46% -
XYZ 6.85 13.12 3.33 -
YUV 76.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 12 118 29 0.90 0 0.75 0.54 129.62 0.82 0.25
Hex C 76 1D 5A 0 4B 36 82 52 19
Octal 14 166 35 132 0 113 66 202 122 31
Binary 1100 1110110 11101 1011010 0 1001011 110110 10000010 1010010 11001

Color Harmonies of #0C761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C761D

Black with #0C761D

Text Example


Text Example

White with #0C761D

Text Example


Text Example

HTML Codes & Css Web 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>