Html Css Color HEX #086D0C Green

📋 copy color: '#086D0C'

red 8 ◦ green 109 ◦ blue 12

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

Shades of Green #086D0C

Tints of Green #086D0C

RGB

 RED value IS 8 (3.52% from 255) = 6.2%

 GREEN value IS 109 (42.97% from 255) = 84.5%

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 6.2%
G = 84.5%
B = 9.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#086D0C (or 0x086D0C) is known color: Green. HEX triplet: 08, 6D and 0C. RGB value is (8,109,12). Sum of RGB (Red+Green+Blue) = 8+109+12=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #086D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D0C is #F792F3. Grayscale: #444444. Windows color (decimal): -16225012 or 814344. OLE color: 814344.

HSL color Cylindrical-coordinate representation of color #086D0C: hue angle of 122.38º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D0C is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 109 12 -
CMYK 0.93 0 0.89 0.57
HSL 122.38º 0.86% 0.23% -
HSV(B) 122.38º 0.93% 0.43% -
XYZ 5.64 11.02 2.18 -
YUV 67.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 8 109 12 0.93 0 0.89 0.57 122.38 0.86 0.23
Hex 8 6D C 5D 0 59 39 7A 56 17
Octal 10 155 14 135 0 131 71 172 126 27
Binary 1000 1101101 1100 1011101 0 1011001 111001 1111010 1010110 10111

Color Harmonies of #086D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D0C

Black with #086D0C

Text Example


Text Example

White with #086D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086D0C; }

 p { color: rgb(8,109,12); }

 H1.HeaderClassName
 {
   color: #086D0C;
 }
 .AnyTagClassName
 {
   color: #086D0C;
 }
</style>

background-color css

<style>
 a { background-color: #086D0C; }

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

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

border-color css

<style>
 span { border-color: #086D0C; }

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

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