#086101

Color #086101 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #086101

Tints of Green #086101

Color information

#086101 (or 0x086101) is unknown color: approx Green. HEX triplet: 08, 61 and 01. RGB value is (8,97,1). Sum of RGB (Red+Green+Blue) = 8+97+1=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 97 (38.28% from 255 or 91.51% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 97 - color contains mainly: green. Hex color #086101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086101 is #F79EFE. Grayscale: #3B3B3B. Windows color (decimal): -16228095 or 90376. OLE color: 90376.

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

Color convert

RGB8971-
CMYK0.9200.990.62
HSL115.62º97.96%19.22%-
HSV(B)115.62º98.97%38.04%-
XYZ4.388.61.46-
YUV59.4495.0191.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 97 (38.28% from 255) = 91.51%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=7.55%
G=91.51%
B=0.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89710.9200.990.62115.6297.9619.22
Hex86115C0633E746213
Octal10141113401437616414223
Binary1000110000111011100011000111111101110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086101; }

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

 H1.HeaderClassName
 {
   color: #086101;
 }
 .AnyTagClassName
 {
   color: #086101;
 }
</style>
background-color css

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

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

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

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

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

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