#086959

Color #086959 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #086959

Tints of Tropical Rain Forest #086959

Color information

#086959 (or 0x086959) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 69 and 59. RGB value is (8,105,89). Sum of RGB (Red+Green+Blue) = 8+105+89=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #086959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086959 is #F796A6. Grayscale: #4A4A4A. Windows color (decimal): -16225959 or 5859592. OLE color: 5859592.

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

Color convert

RGB810589-
CMYK0.9200.150.59
HSL170.1º85.84%22.16%-
HSV(B)170.1º92.38%41.18%-
XYZ6.9510.8811.18-
YUV74.17136.3680.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=3.96%
G=51.98%
B=44.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105890.9200.150.59170.185.8422.16
Hex869595C0F3Baa5616
Octal101511311340177325212626
Binary10001101001101100110111000111111101110101010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086959; }

 p { color: rgb(8,105,89); }

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

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

 a { background-color: rgb(8,105,89); }

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

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

 span { border-color: rgb(8,105,89); }

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