#087565

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

Shades of Tropical Rain Forest #087565

Tints of Tropical Rain Forest #087565

Color information

#087565 (or 0x087565) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 75 and 65. RGB value is (8,117,101). Sum of RGB (Red+Green+Blue) = 8+117+101=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #087565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087565 is #F78A9A. Grayscale: #525252. Windows color (decimal): -16222875 or 6649096. OLE color: 6649096.

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

Color convert

RGB8117101-
CMYK0.9300.140.54
HSL171.19º87.2%24.51%-
HSV(B)171.19º93.16%45.88%-
XYZ8.8113.7114.49-
YUV82.58138.3974.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=3.54%
G=51.77%
B=44.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81171010.9300.140.54171.1987.224.51
Hex875655D0E36ab5719
Octal101651451350166625312731
Binary10001110101110010110111010111011011010101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087565; }

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

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

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

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

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

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

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

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