Html Css Color HEX #086011 Green

📋 copy color: '#086011'

red 8 ◦ green 96 ◦ blue 17

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

Shades of Green #086011

Tints of Green #086011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 6.61%
G = 79.34%
B = 14.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#086011 (or 0x086011) is known color: Green. HEX triplet: 08, 60 and 11. RGB value is (8,96,17). Sum of RGB (Red+Green+Blue) = 8+96+17=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #086011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086011 is #F79FEE. Grayscale: #3C3C3C. Windows color (decimal): -16228335 or 1138696. OLE color: 1138696.

HSL color Cylindrical-coordinate representation of color #086011: hue angle of 126.14º 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 #086011 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 17 -
CMYK 0.92 0 0.82 0.62
HSL 126.14º 0.85% 0.2% -
HSV(B) 126.14º 0.92% 0.38% -
XYZ 4.38 8.46 1.93 -
YUV 60.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 8 96 17 0.92 0 0.82 0.62 126.14 0.85 0.2
Hex 8 60 11 5C 0 52 3E 7E 55 14
Octal 10 140 21 134 0 122 76 176 125 24
Binary 1000 1100000 10001 1011100 0 1010010 111110 1111110 1010101 10100

Color Harmonies of #086011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086011

Black with #086011

Text Example


Text Example

White with #086011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086011; }

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

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

background-color css

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

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

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

border-color css

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

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

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