#087161

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

Shades of Tropical Rain Forest #087161

Tints of Tropical Rain Forest #087161

Color information

#087161 (or 0x087161) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 71 and 61. RGB value is (8,113,97). Sum of RGB (Red+Green+Blue) = 8+113+97=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #087161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087161 is #F78E9E. Grayscale: #4F4F4F. Windows color (decimal): -16223903 or 6385928. OLE color: 6385928.

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

Color convert

RGB811397-
CMYK0.9300.140.56
HSL170.86º86.78%23.73%-
HSV(B)170.86º92.92%44.31%-
XYZ8.1612.7213.34-
YUV79.78137.7176.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=3.67%
G=51.83%
B=44.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8113970.9300.140.56170.8686.7823.73
Hex871615D0E38ab5718
Octal101611411350167025312730
Binary10001110001110000110111010111011100010101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087161; }

 p { color: rgb(8,113,97); }

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

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

 a { background-color: rgb(8,113,97); }

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

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

 span { border-color: rgb(8,113,97); }

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