#086207

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

Shades of Green #086207

Tints of Green #086207

Color information

#086207 (or 0x086207) is unknown color: approx Green. HEX triplet: 08, 62 and 07. RGB value is (8,98,7). Sum of RGB (Red+Green+Blue) = 8+98+7=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #086207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086207 is #F79DF8. Grayscale: #3C3C3C. Windows color (decimal): -16227833 or 483848. OLE color: 483848.

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

Color convert

RGB8987-
CMYK0.9200.930.62
HSL119.34º86.67%20.59%-
HSV(B)119.34º92.86%38.43%-
XYZ4.518.81.66-
YUV60.7297.6890.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 98 (38.67% from 255) = 86.73%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=7.08%
G=86.73%
B=6.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89870.9200.930.62119.3486.6720.59
Hex86275C05D3E775715
Octal10142713401357616712725
Binary100011000101111011100010111011111101110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086207; }

 p { color: rgb(8,98,7); }

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

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

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

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

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

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

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