Html Css Color HEX #086001 Green

📋 copy color: '#086001'

red 8 ◦ green 96 ◦ blue 1

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

Shades of Green #086001

Tints of Green #086001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 7.62%
G = 91.43%
B = 0.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#086001 (or 0x086001) is known color: Green. HEX triplet: 08, 60 and 01. RGB value is (8,96,1). Sum of RGB (Red+Green+Blue) = 8+96+1=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #086001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086001 is #F79FFE. Grayscale: #3B3B3B. Windows color (decimal): -16228351 or 90120. OLE color: 90120.

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

Color convert

RGB 8 96 1 -
CMYK 0.92 0 0.99 0.62
HSL 115.58º 0.98% 0.19% -
HSV(B) 115.58º 0.99% 0.38% -
XYZ 4.29 8.42 1.43 -
YUV 58.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 8 96 1 0.92 0 0.99 0.62 115.58 0.98 0.19
Hex 8 60 1 5C 0 63 3E 74 62 13
Octal 10 140 1 134 0 143 76 164 142 23
Binary 1000 1100000 1 1011100 0 1100011 111110 1110100 1100010 10011

Color Harmonies of #086001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086001

Black with #086001

Text Example


Text Example

White with #086001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086001; }

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

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

background-color css

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

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

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

border-color css

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

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

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