#0B6E5A

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

Shades of Tropical Rain Forest #0B6E5A

Tints of Tropical Rain Forest #0B6E5A

Color information

#0B6E5A (or 0x0B6E5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6E and 5A. RGB value is (11,110,90). Sum of RGB (Red+Green+Blue) = 11+110+90=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E5A is #F491A5. Grayscale: #4E4E4E. Windows color (decimal): -16028070 or 5926411. OLE color: 5926411.

HSL color Cylindrical-coordinate representation of color #0B6E5A: hue angle of 167.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E5A is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1111090-
CMYK0.900.180.57
HSL167.88º81.82%23.73%-
HSV(B)167.88º90%43.14%-
XYZ7.5611.9611.58-
YUV78.12134.780.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=5.21%
G=52.13%
B=42.65%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110900.900.180.57167.8881.8223.73
HexB6E5A5A01239a85218
Octal131561321320227125012230
Binary101111011101011010101101001001011100110101000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6E5A; }

 p { color: rgb(11,110,90); }

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

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

 a { background-color: rgb(11,110,90); }

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

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

 span { border-color: rgb(11,110,90); }

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