Html Css Color HEX #086412 Green

📋 copy color: '#086412'

red 8 ◦ green 100 ◦ blue 18

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

Shades of Green #086412

Tints of Green #086412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 79.37%

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

R = 6.35%
G = 79.37%
B = 14.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#086412 (or 0x086412) is known color: Green. HEX triplet: 08, 64 and 12. RGB value is (8,100,18). Sum of RGB (Red+Green+Blue) = 8+100+18=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #086412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086412 is #F79BED. Grayscale: #3F3F3F. Windows color (decimal): -16227310 or 1205256. OLE color: 1205256.

HSL color Cylindrical-coordinate representation of color #086412: hue angle of 126.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086412 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 100 18 -
CMYK 0.92 0 0.82 0.61
HSL 126.52º 0.85% 0.21% -
HSV(B) 126.52º 0.92% 0.39% -
XYZ 4.77 9.21 2.1 -
YUV 63.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 8 100 18 0.92 0 0.82 0.61 126.52 0.85 0.21
Hex 8 64 12 5C 0 52 3D 7F 55 15
Octal 10 144 22 134 0 122 75 177 125 25
Binary 1000 1100100 10010 1011100 0 1010010 111101 1111111 1010101 10101

Color Harmonies of #086412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086412

Black with #086412

Text Example


Text Example

White with #086412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086412; }

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

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

background-color css

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

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

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

border-color css

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

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

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