#087765

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

Shades of Tropical Rain Forest #087765

Tints of Tropical Rain Forest #087765

Color information

#087765 (or 0x087765) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 77 and 65. RGB value is (8,119,101). Sum of RGB (Red+Green+Blue) = 8+119+101=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #087765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087765 is #F7889A. Grayscale: #535353. Windows color (decimal): -16222363 or 6649608. OLE color: 6649608.

HSL color Cylindrical-coordinate representation of color #087765: hue angle of 170.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087765 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB8119101-
CMYK0.9300.150.53
HSL170.27º87.4%24.9%-
HSV(B)170.27º93.28%46.67%-
XYZ9.0514.1814.57-
YUV83.76137.7373.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=3.51%
G=52.19%
B=44.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81191010.9300.150.53170.2787.424.9
Hex877655D0F35aa5719
Octal101671451350176525212731
Binary10001110111110010110111010111111010110101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087765; }

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

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

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

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

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

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

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

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