#087262

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

Shades of Tropical Rain Forest #087262

Tints of Tropical Rain Forest #087262

Color information

#087262 (or 0x087262) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 62. RGB value is (8,114,98). Sum of RGB (Red+Green+Blue) = 8+114+98=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #087262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087262 is #F78D9D. Grayscale: #505050. Windows color (decimal): -16223646 or 6451720. OLE color: 6451720.

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

Color convert

RGB811498-
CMYK0.9300.140.55
HSL170.94º86.89%23.92%-
HSV(B)170.94º92.98%44.71%-
XYZ8.3212.9713.62-
YUV80.48137.8876.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=3.64%
G=51.82%
B=44.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114980.9300.140.55170.9486.8923.92
Hex872625D0E37ab5718
Octal101621421350166725312730
Binary10001110010110001010111010111011011110101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087262; }

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

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

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

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

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

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

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

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