#087961

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

Shades of Tropical Rain Forest #087961

Tints of Tropical Rain Forest #087961

Color information

#087961 (or 0x087961) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 79 and 61. RGB value is (8,121,97). Sum of RGB (Red+Green+Blue) = 8+121+97=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #087961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087961 is #F7869E. Grayscale: #545454. Windows color (decimal): -16221855 or 6387976. OLE color: 6387976.

HSL color Cylindrical-coordinate representation of color #087961: hue angle of 167.26º degrees, saturation: 0.88, 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 #087961 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB812197-
CMYK0.9300.200.53
HSL167.26º87.6%25.29%-
HSV(B)167.26º93.39%47.45%-
XYZ9.114.5913.65-
YUV84.48135.0673.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 121 (47.66% from 255) = 53.54%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=3.54%
G=53.54%
B=42.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8121970.9300.200.53167.2687.625.29
Hex879615D01435a75819
Octal101711411350246524713031
Binary100011110011100001101110101010011010110100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087961; }

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

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

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

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

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

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

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

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