#087360

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

Shades of Tropical Rain Forest #087360

Tints of Tropical Rain Forest #087360

Color information

#087360 (or 0x087360) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 73 and 60. RGB value is (8,115,96). Sum of RGB (Red+Green+Blue) = 8+115+96=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #087360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087360 is #F78C9F. Grayscale: #505050. Windows color (decimal): -16223392 or 6320904. OLE color: 6320904.

HSL color Cylindrical-coordinate representation of color #087360: hue angle of 169.35º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087360 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB811596-
CMYK0.9300.170.55
HSL169.35º86.99%24.12%-
HSV(B)169.35º93.04%45.1%-
XYZ8.3413.1613.17-
YUV80.84136.5576.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=3.65%
G=52.51%
B=43.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115960.9300.170.55169.3586.9924.12
Hex873605D01137a95718
Octal101631401350216725112730
Binary100011100111100000101110101000111011110101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087360; }

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

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

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

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

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

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

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

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