#087258

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

Shades of Tropical Rain Forest #087258

Tints of Tropical Rain Forest #087258

Color information

#087258 (or 0x087258) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 58. RGB value is (8,114,88). Sum of RGB (Red+Green+Blue) = 8+114+88=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #087258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087258 is #F78DA7. Grayscale: #4F4F4F. Windows color (decimal): -16223656 or 5796360. OLE color: 5796360.

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

Color convert

RGB811488-
CMYK0.9300.230.55
HSL165.28º86.89%23.92%-
HSV(B)165.28º92.98%44.71%-
XYZ7.8812.7911.29-
YUV79.34132.8877.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=3.81%
G=54.29%
B=41.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114880.9300.230.55165.2886.8923.92
Hex872585D01737a55718
Octal101621301350276724512730
Binary100011100101011000101110101011111011110100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087258; }

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

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

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

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

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

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

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

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