Html Css Color HEX #086C12 Green

📋 copy color: '#086C12'

red 8 ◦ green 108 ◦ blue 18

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

Shades of Green #086C12

Tints of Green #086C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 80.6%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 5.97%
G = 80.6%
B = 13.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#086C12 (or 0x086C12) is known color: Green. HEX triplet: 08, 6C and 12. RGB value is (8,108,18). Sum of RGB (Red+Green+Blue) = 8+108+18=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 108 (42.58% from 255 or 80.60% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 108 - color contains mainly: green. Hex color #086C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C12 is #F793ED. Grayscale: #444444. Windows color (decimal): -16225262 or 1207304. OLE color: 1207304.

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

Color convert

RGB 8 108 18 -
CMYK 0.93 0 0.83 0.58
HSL 126º 0.86% 0.23% -
HSV(B) 126º 0.93% 0.42% -
XYZ 5.57 10.82 2.37 -
YUV 67.84 99.87 85.32 -
System Red Green Blue C M Y K H S L
Decimal 8 108 18 0.93 0 0.83 0.58 126 0.86 0.23
Hex 8 6C 12 5D 0 53 3A 7E 56 17
Octal 10 154 22 135 0 123 72 176 126 27
Binary 1000 1101100 10010 1011101 0 1010011 111010 1111110 1010110 10111

Color Harmonies of #086C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C12

Black with #086C12

Text Example


Text Example

White with #086C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,108,18); }

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

background-color css

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

 a { background-color: rgb(8,108,18); }

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

border-color css

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

 span { border-color: rgb(8,108,18); }

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