#0B6E5D

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

Shades of Tropical Rain Forest #0B6E5D

Tints of Tropical Rain Forest #0B6E5D

Color information

#0B6E5D (or 0x0B6E5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6E and 5D. RGB value is (11,110,93). Sum of RGB (Red+Green+Blue) = 11+110+93=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E5D is #F491A2. Grayscale: #4E4E4E. Windows color (decimal): -16028067 or 6123019. OLE color: 6123019.

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

Color convert

RGB1111093-
CMYK0.900.150.57
HSL169.7º81.82%23.73%-
HSV(B)169.7º90%43.14%-
XYZ7.6912.0112.27-
YUV78.46136.279.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 110 (43.36% from 255) = 51.40%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=5.14%
G=51.40%
B=43.46%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110930.900.150.57169.781.8223.73
HexB6E5D5A0F39aa5218
Octal131561351320177125212230
Binary10111101110101110110110100111111100110101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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