Html Css Color HEX #086801 Green

📋 copy color: '#086801'

red 8 ◦ green 104 ◦ blue 1

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

Shades of Green #086801

Tints of Green #086801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 92.04%

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

R = 7.08%
G = 92.04%
B = 0.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#086801 (or 0x086801) is known color: Green. HEX triplet: 08, 68 and 01. RGB value is (8,104,1). Sum of RGB (Red+Green+Blue) = 8+104+1=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 104 (41.02% from 255 or 92.04% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 104 - color contains mainly: green. Hex color #086801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086801 is #F797FE. Grayscale: #3F3F3F. Windows color (decimal): -16226303 or 92168. OLE color: 92168.

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

Color convert

RGB 8 104 1 -
CMYK 0.92 0 0.99 0.59
HSL 115.92º 0.98% 0.21% -
HSV(B) 115.92º 0.99% 0.41% -
XYZ 5.06 9.95 1.68 -
YUV 63.55 92.7 88.38 -
System Red Green Blue C M Y K H S L
Decimal 8 104 1 0.92 0 0.99 0.59 115.92 0.98 0.21
Hex 8 68 1 5C 0 63 3B 74 62 15
Octal 10 150 1 134 0 143 73 164 142 25
Binary 1000 1101000 1 1011100 0 1100011 111011 1110100 1100010 10101

Color Harmonies of #086801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086801

Black with #086801

Text Example


Text Example

White with #086801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086801; }

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

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

background-color css

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

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

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

border-color css

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

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

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