Html Css Color HEX #0B705F Tropical Rain Forest
📋 copy color: '#0B705F'red 11 ◦ green 112 ◦ blue 95
Shades of Tropical Rain Forest #0B705F
Tints of Tropical Rain Forest #0B705F
RGB
CMYK
RGB Variations
Color information
#0B705F (or 0x0B705F) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 5F. RGB value is (11,112,95). Sum of RGB (Red+Green+Blue) = 11+112+95=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #0B705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B705F is #F48FA0. Grayscale: #4F4F4F. Windows color (decimal): -16027553 or 6254603. OLE color: 6254603.
HSL color Cylindrical-coordinate representation of color #0B705F: hue angle of 169.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B705F is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 95 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.56 |
| HSL | 169.9º | 0.82% | 0.24% | - |
| HSV(B) | 169.9º | 0.9% | 0.44% | - |
| XYZ | 8 | 12.49 | 12.81 | - |
| YUV | 79.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 95 | 0.90 | 0 | 0.15 | 0.56 | 169.9 | 0.82 | 0.24 |
| Hex | B | 70 | 5F | 5A | 0 | F | 38 | AA | 52 | 18 |
| Octal | 13 | 160 | 137 | 132 | 0 | 17 | 70 | 252 | 122 | 30 |
| Binary | 1011 | 1110000 | 1011111 | 1011010 | 0 | 1111 | 111000 | 10101010 | 1010010 | 11000 |
Color Harmonies of #0B705F
Complementary color
Monochromatic Colors of #0B705F
Black with #0B705F
Text Example
Text Example
White with #0B705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B705F; }
p { color: rgb(11,112,95); }
H1.HeaderClassName
{
color: #0B705F;
}
.AnyTagClassName
{
color: #0B705F;
}
</style>
background-color css
<style>
a { background-color: #0B705F; }
a { background-color: rgb(11,112,95); }
div.DivClassName
{
background-color: #0B705F;
}
.BgClassName
{
background-color: #0B705F;
}
</style>
border-color css
<style>
span { border-color: #0B705F; }
span { border-color: rgb(11,112,95); }
td.TdClassName
{
border-color: #0B705F;
}
.TagClassName
{
border-color: #0B705F;
}
</style>