Html Css Color HEX #0B735F Tropical Rain Forest
📋 copy color: '#0B735F'red 11 ◦ green 115 ◦ blue 95
Shades of Tropical Rain Forest #0B735F
Tints of Tropical Rain Forest #0B735F
RGB
CMYK
RGB Variations
Color information
#0B735F (or 0x0B735F) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 5F. RGB value is (11,115,95). Sum of RGB (Red+Green+Blue) = 11+115+95=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735F is #F48CA0. Grayscale: #515151. Windows color (decimal): -16026785 or 6255371. OLE color: 6255371.
HSL color Cylindrical-coordinate representation of color #0B735F: hue angle of 168.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B735F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 95 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.55 |
| HSL | 168.46º | 0.83% | 0.25% | - |
| HSV(B) | 168.46º | 0.9% | 0.45% | - |
| XYZ | 8.33 | 13.16 | 12.93 | - |
| YUV | 81.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 95 | 0.90 | 0 | 0.17 | 0.55 | 168.46 | 0.83 | 0.25 |
| Hex | B | 73 | 5F | 5A | 0 | 11 | 37 | A8 | 53 | 19 |
| Octal | 13 | 163 | 137 | 132 | 0 | 21 | 67 | 250 | 123 | 31 |
| Binary | 1011 | 1110011 | 1011111 | 1011010 | 0 | 10001 | 110111 | 10101000 | 1010011 | 11001 |
Color Harmonies of #0B735F
Complementary color
Monochromatic Colors of #0B735F
Black with #0B735F
Text Example
Text Example
White with #0B735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B735F; }
p { color: rgb(11,115,95); }
H1.HeaderClassName
{
color: #0B735F;
}
.AnyTagClassName
{
color: #0B735F;
}
</style>
background-color css
<style>
a { background-color: #0B735F; }
a { background-color: rgb(11,115,95); }
div.DivClassName
{
background-color: #0B735F;
}
.BgClassName
{
background-color: #0B735F;
}
</style>
border-color css
<style>
span { border-color: #0B735F; }
span { border-color: rgb(11,115,95); }
td.TdClassName
{
border-color: #0B735F;
}
.TagClassName
{
border-color: #0B735F;
}
</style>