#087560

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

Shades of Tropical Rain Forest #087560

Tints of Tropical Rain Forest #087560

Color information

#087560 (or 0x087560) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 75 and 60. RGB value is (8,117,96). Sum of RGB (Red+Green+Blue) = 8+117+96=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #087560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087560 is #F78A9F. Grayscale: #515151. Windows color (decimal): -16222880 or 6321416. OLE color: 6321416.

HSL color Cylindrical-coordinate representation of color #087560: hue angle of 168.44º 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 #087560 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB811796-
CMYK0.9300.180.54
HSL168.44º87.2%24.51%-
HSV(B)168.44º93.16%45.88%-
XYZ8.5713.6213.24-
YUV82.02135.8975.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=3.62%
G=52.94%
B=43.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117960.9300.180.54168.4487.224.51
Hex875605D01236a85719
Octal101651401350226625012731
Binary100011101011100000101110101001011011010101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087560; }

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

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

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

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

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

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

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

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