#087261

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

Shades of Tropical Rain Forest #087261

Tints of Tropical Rain Forest #087261

Color information

#087261 (or 0x087261) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 61. RGB value is (8,114,97). Sum of RGB (Red+Green+Blue) = 8+114+97=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #087261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087261 is #F78D9E. Grayscale: #505050. Windows color (decimal): -16223647 or 6386184. OLE color: 6386184.

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

Color convert

RGB811497-
CMYK0.9300.150.55
HSL170.38º86.89%23.92%-
HSV(B)170.38º92.98%44.71%-
XYZ8.2812.9513.37-
YUV80.37137.3876.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=3.65%
G=52.05%
B=44.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114970.9300.150.55170.3886.8923.92
Hex872615D0F37aa5718
Octal101621411350176725212730
Binary10001110010110000110111010111111011110101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087261; }

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

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

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

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

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

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

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

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