#087265

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

Shades of Tropical Rain Forest #087265

Tints of Tropical Rain Forest #087265

Color information

#087265 (or 0x087265) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 65. RGB value is (8,114,101). Sum of RGB (Red+Green+Blue) = 8+114+101=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #087265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087265 is #F78D9A. Grayscale: #505050. Windows color (decimal): -16223643 or 6648328. OLE color: 6648328.

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

Color convert

RGB8114101-
CMYK0.9300.110.55
HSL172.64º86.89%23.92%-
HSV(B)172.64º92.98%44.71%-
XYZ8.4713.0314.38-
YUV80.82139.3876.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=3.59%
G=51.12%
B=45.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141010.9300.110.55172.6486.8923.92
Hex872655D0B37ad5718
Octal101621451350136725512730
Binary10001110010110010110111010101111011110101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087265; }

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

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

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

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

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

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

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

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