#086610

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

Shades of Green #086610

Tints of Green #086610

Color information

#086610 (or 0x086610) is unknown color: approx Green. HEX triplet: 08, 66 and 10. RGB value is (8,102,16). Sum of RGB (Red+Green+Blue) = 8+102+16=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #086610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086610 is #F799EF. Grayscale: #404040. Windows color (decimal): -16226800 or 1074696. OLE color: 1074696.

HSL color Cylindrical-coordinate representation of color #086610: hue angle of 125.11º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086610 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB810216-
CMYK0.9200.840.6
HSL125.11º85.45%21.57%-
HSV(B)125.11º92.16%40%-
XYZ4.959.592.08-
YUV64.09100.8687.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 102 (40.23% from 255) = 80.95%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=6.35%
G=80.95%
B=12.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102160.9200.840.6125.1185.4521.57
Hex866105C0543C7d5516
Octal101462013401247417512526
Binary10001100110100001011100010101001111001111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086610; }

 p { color: rgb(8,102,16); }

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

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

 a { background-color: rgb(8,102,16); }

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

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

 span { border-color: rgb(8,102,16); }

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