Html Css Color HEX #086005 Green

📋 copy color: '#086005'

red 8 ◦ green 96 ◦ blue 5

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

Shades of Green #086005

Tints of Green #086005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 7.34%
G = 88.07%
B = 4.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#086005 (or 0x086005) is known color: Green. HEX triplet: 08, 60 and 05. RGB value is (8,96,5). Sum of RGB (Red+Green+Blue) = 8+96+5=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #086005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086005 is #F79FFA. Grayscale: #3B3B3B. Windows color (decimal): -16228347 or 352264. OLE color: 352264.

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

Color convert

RGB 8 96 5 -
CMYK 0.92 0 0.95 0.62
HSL 118.02º 0.9% 0.2% -
HSV(B) 118.02º 0.95% 0.38% -
XYZ 4.31 8.43 1.54 -
YUV 59.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 8 96 5 0.92 0 0.95 0.62 118.02 0.9 0.2
Hex 8 60 5 5C 0 5F 3E 76 5A 14
Octal 10 140 5 134 0 137 76 166 132 24
Binary 1000 1100000 101 1011100 0 1011111 111110 1110110 1011010 10100

Color Harmonies of #086005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086005

Black with #086005

Text Example


Text Example

White with #086005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086005; }

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

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

background-color css

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

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

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

border-color css

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

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

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