Html Css Color HEX #086008 Green

📋 copy color: '#086008'

red 8 ◦ green 96 ◦ blue 8

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

Shades of Green #086008

Tints of Green #086008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 7.14%
G = 85.71%
B = 7.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#086008 (or 0x086008) is known color: Green. HEX triplet: 08, 60 and 08. RGB value is (8,96,8). Sum of RGB (Red+Green+Blue) = 8+96+8=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #086008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086008 is #F79FF7. Grayscale: #3B3B3B. Windows color (decimal): -16228344 or 548872. OLE color: 548872.

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

Color convert

RGB 8 96 8 -
CMYK 0.92 0 0.92 0.62
HSL 120º 0.85% 0.2% -
HSV(B) 120º 0.92% 0.38% -
XYZ 4.33 8.43 1.63 -
YUV 59.66 98.85 91.16 -
System Red Green Blue C M Y K H S L
Decimal 8 96 8 0.92 0 0.92 0.62 120 0.85 0.2
Hex 8 60 8 5C 0 5C 3E 78 55 14
Octal 10 140 10 134 0 134 76 170 125 24
Binary 1000 1100000 1000 1011100 0 1011100 111110 1111000 1010101 10100

Color Harmonies of #086008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086008

Black with #086008

Text Example


Text Example

White with #086008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086008; }

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

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

background-color css

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

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

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

border-color css

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

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

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