Html Css Color HEX #0B705C Tropical Rain Forest
📋 copy color: '#0B705C'red 11 ◦ green 112 ◦ blue 92
Shades of Tropical Rain Forest #0B705C
Tints of Tropical Rain Forest #0B705C
RGB
CMYK
RGB Variations
Color information
#0B705C (or 0x0B705C) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 5C. RGB value is (11,112,92). Sum of RGB (Red+Green+Blue) = 11+112+92=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #0B705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B705C is #F48FA3. Grayscale: #4F4F4F. Windows color (decimal): -16027556 or 6057995. OLE color: 6057995.
HSL color Cylindrical-coordinate representation of color #0B705C: hue angle of 168.12º 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 #0B705C is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 92 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.56 |
| HSL | 168.12º | 0.82% | 0.24% | - |
| HSV(B) | 168.12º | 0.9% | 0.44% | - |
| XYZ | 7.86 | 12.43 | 12.11 | - |
| YUV | 79.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 92 | 0.90 | 0 | 0.18 | 0.56 | 168.12 | 0.82 | 0.24 |
| Hex | B | 70 | 5C | 5A | 0 | 12 | 38 | A8 | 52 | 18 |
| Octal | 13 | 160 | 134 | 132 | 0 | 22 | 70 | 250 | 122 | 30 |
| Binary | 1011 | 1110000 | 1011100 | 1011010 | 0 | 10010 | 111000 | 10101000 | 1010010 | 11000 |
Color Harmonies of #0B705C
Complementary color
Monochromatic Colors of #0B705C
Black with #0B705C
Text Example
Text Example
White with #0B705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B705C; }
p { color: rgb(11,112,92); }
H1.HeaderClassName
{
color: #0B705C;
}
.AnyTagClassName
{
color: #0B705C;
}
</style>
background-color css
<style>
a { background-color: #0B705C; }
a { background-color: rgb(11,112,92); }
div.DivClassName
{
background-color: #0B705C;
}
.BgClassName
{
background-color: #0B705C;
}
</style>
border-color css
<style>
span { border-color: #0B705C; }
span { border-color: rgb(11,112,92); }
td.TdClassName
{
border-color: #0B705C;
}
.TagClassName
{
border-color: #0B705C;
}
</style>