#0B6E5B

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

Shades of Tropical Rain Forest #0B6E5B

Tints of Tropical Rain Forest #0B6E5B

Color information

#0B6E5B (or 0x0B6E5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6E and 5B. RGB value is (11,110,91). Sum of RGB (Red+Green+Blue) = 11+110+91=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E5B is #F491A4. Grayscale: #4E4E4E. Windows color (decimal): -16028069 or 5991947. OLE color: 5991947.

HSL color Cylindrical-coordinate representation of color #0B6E5B: hue angle of 168.48º 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 #0B6E5B is Cyan = 0.9, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1111091-
CMYK0.900.170.57
HSL168.48º81.82%23.73%-
HSV(B)168.48º90%43.14%-
XYZ7.611.9811.81-
YUV78.23135.280.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=5.19%
G=51.89%
B=42.92%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110910.900.170.57168.4881.8223.73
HexB6E5B5A01139a85218
Octal131561331320217125012230
Binary101111011101011011101101001000111100110101000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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