Html Css Color HEX #086010 Green

📋 copy color: '#086010'

red 8 ◦ green 96 ◦ blue 16

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

Shades of Green #086010

Tints of Green #086010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 6.67%
G = 80%
B = 13.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#086010 (or 0x086010) is known color: Green. HEX triplet: 08, 60 and 10. RGB value is (8,96,16). Sum of RGB (Red+Green+Blue) = 8+96+16=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #086010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086010 is #F79FEF. Grayscale: #3C3C3C. Windows color (decimal): -16228336 or 1073160. OLE color: 1073160.

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

Color convert

RGB 8 96 16 -
CMYK 0.92 0 0.83 0.62
HSL 125.45º 0.85% 0.2% -
HSV(B) 125.45º 0.92% 0.38% -
XYZ 4.38 8.45 1.89 -
YUV 60.57 102.85 90.5 -
System Red Green Blue C M Y K H S L
Decimal 8 96 16 0.92 0 0.83 0.62 125.45 0.85 0.2
Hex 8 60 10 5C 0 53 3E 7D 55 14
Octal 10 140 20 134 0 123 76 175 125 24
Binary 1000 1100000 10000 1011100 0 1010011 111110 1111101 1010101 10100

Color Harmonies of #086010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086010

Black with #086010

Text Example


Text Example

White with #086010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086010; }

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

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

background-color css

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

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

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

border-color css

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

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

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