#087665

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

Shades of Tropical Rain Forest #087665

Tints of Tropical Rain Forest #087665

Color information

#087665 (or 0x087665) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 76 and 65. RGB value is (8,118,101). Sum of RGB (Red+Green+Blue) = 8+118+101=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #087665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087665 is #F7899A. Grayscale: #535353. Windows color (decimal): -16222619 or 6649352. OLE color: 6649352.

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

Color convert

RGB8118101-
CMYK0.9300.140.54
HSL170.73º87.3%24.71%-
HSV(B)170.73º93.22%46.27%-
XYZ8.9313.9514.53-
YUV83.17138.0674.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=3.52%
G=51.98%
B=44.49%

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
Decimal81181010.9300.140.54170.7387.324.71
Hex876655D0E36ab5719
Octal101661451350166625312731
Binary10001110110110010110111010111011011010101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087665; }

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

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

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

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

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

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

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

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