#087666

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

Shades of Tropical Rain Forest #087666

Tints of Tropical Rain Forest #087666

Color information

#087666 (or 0x087666) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 76 and 66. RGB value is (8,118,102). Sum of RGB (Red+Green+Blue) = 8+118+102=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #087666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087666 is #F78999. Grayscale: #535353. Windows color (decimal): -16222618 or 6714888. OLE color: 6714888.

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

Color convert

RGB8118102-
CMYK0.9300.140.54
HSL171.27º87.3%24.71%-
HSV(B)171.27º93.22%46.27%-
XYZ8.9813.9714.79-
YUV83.29138.5674.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=3.51%
G=51.75%
B=44.74%

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
Decimal81181020.9300.140.54171.2787.324.71
Hex876665D0E36ab5719
Octal101661461350166625312731
Binary10001110110110011010111010111011011010101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087666; }

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

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

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

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

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

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

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

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