#087660

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

Shades of Tropical Rain Forest #087660

Tints of Tropical Rain Forest #087660

Color information

#087660 (or 0x087660) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 76 and 60. RGB value is (8,118,96). Sum of RGB (Red+Green+Blue) = 8+118+96=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #087660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087660 is #F7899F. Grayscale: #525252. Windows color (decimal): -16222624 or 6321672. OLE color: 6321672.

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

Color convert

RGB811896-
CMYK0.9300.190.54
HSL168º87.3%24.71%-
HSV(B)168º93.22%46.27%-
XYZ8.6913.8513.28-
YUV82.6135.5674.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=3.60%
G=53.15%
B=43.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8118960.9300.190.5416887.324.71
Hex876605D01336a85719
Octal101661401350236625012731
Binary100011101101100000101110101001111011010101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087660; }

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

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

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

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

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

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

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

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