#087564

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

Shades of Tropical Rain Forest #087564

Tints of Tropical Rain Forest #087564

Color information

#087564 (or 0x087564) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 75 and 64. RGB value is (8,117,100). Sum of RGB (Red+Green+Blue) = 8+117+100=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #087564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087564 is #F78A9B. Grayscale: #525252. Windows color (decimal): -16222876 or 6583560. OLE color: 6583560.

HSL color Cylindrical-coordinate representation of color #087564: hue angle of 170.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087564 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB8117100-
CMYK0.9300.150.54
HSL170.64º87.2%24.51%-
HSV(B)170.64º93.16%45.88%-
XYZ8.7613.6914.24-
YUV82.47137.8974.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=3.56%
G=52%
B=44.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81171000.9300.150.54170.6487.224.51
Hex875645D0F36ab5719
Octal101651441350176625312731
Binary10001110101110010010111010111111011010101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087564; }

 p { color: rgb(8,117,100); }

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

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

 a { background-color: rgb(8,117,100); }

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

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

 span { border-color: rgb(8,117,100); }

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