#086202

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

Shades of Green #086202

Tints of Green #086202

Color information

#086202 (or 0x086202) is unknown color: approx Green. HEX triplet: 08, 62 and 02. RGB value is (8,98,2). Sum of RGB (Red+Green+Blue) = 8+98+2=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 98 (38.67% from 255 or 90.74% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 98 - color contains mainly: green. Hex color #086202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086202 is #F79DFD. Grayscale: #3C3C3C. Windows color (decimal): -16227838 or 156168. OLE color: 156168.

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

Color convert

RGB8982-
CMYK0.9200.980.62
HSL116.25º96%19.61%-
HSV(B)116.25º97.96%38.43%-
XYZ4.488.791.52-
YUV60.1595.1890.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 98 (38.67% from 255) = 90.74%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=7.41%
G=90.74%
B=1.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89820.9200.980.62116.259619.61
Hex86225C0623E746014
Octal10142213401427616414024
Binary10001100010101011100011000101111101110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086202; }

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

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

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

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

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

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

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

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