#0B6E62

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

Shades of Tropical Rain Forest #0B6E62

Tints of Tropical Rain Forest #0B6E62

Color information

#0B6E62 (or 0x0B6E62) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 6E and 62. RGB value is (11,110,98). Sum of RGB (Red+Green+Blue) = 11+110+98=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E62 is #F4919D. Grayscale: #4E4E4E. Windows color (decimal): -16028062 or 6450699. OLE color: 6450699.

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

Color convert

RGB1111098-
CMYK0.900.110.57
HSL172.73º81.82%23.73%-
HSV(B)172.73º90%43.14%-
XYZ7.9212.113.47-
YUV79.03138.779.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 110 (43.36% from 255) = 50.23%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=5.02%
G=50.23%
B=44.75%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110980.900.110.57172.7381.8223.73
HexB6E625A0B39ad5218
Octal131561421320137125512230
Binary10111101110110001010110100101111100110101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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