Html Css Color HEX #086012 Green

📋 copy color: '#086012'

red 8 ◦ green 96 ◦ blue 18

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

Shades of Green #086012

Tints of Green #086012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.69%

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

R = 6.56%
G = 78.69%
B = 14.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#086012 (or 0x086012) is known color: Green. HEX triplet: 08, 60 and 12. RGB value is (8,96,18). Sum of RGB (Red+Green+Blue) = 8+96+18=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #086012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086012 is #F79FED. Grayscale: #3D3D3D. Windows color (decimal): -16228334 or 1204232. OLE color: 1204232.

HSL color Cylindrical-coordinate representation of color #086012: hue angle of 126.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086012 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 18 -
CMYK 0.92 0 0.81 0.62
HSL 126.82º 0.85% 0.2% -
HSV(B) 126.82º 0.92% 0.38% -
XYZ 4.39 8.46 1.97 -
YUV 60.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 8 96 18 0.92 0 0.81 0.62 126.82 0.85 0.2
Hex 8 60 12 5C 0 51 3E 7F 55 14
Octal 10 140 22 134 0 121 76 177 125 24
Binary 1000 1100000 10010 1011100 0 1010001 111110 1111111 1010101 10100

Color Harmonies of #086012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086012

Black with #086012

Text Example


Text Example

White with #086012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086012; }

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

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

background-color css

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

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

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

border-color css

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

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

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