Shades of Tropical Rain Forest #006B5F
Tints of Tropical Rain Forest #006B5F
RGB
CMYK
RGB Variations
Color information
#006B5F (or 0x006B5F) is known color: Tropical Rain Forest. HEX triplet: 00, 6B and 5F. RGB value is (0,107,95). Sum of RGB (Red+Green+Blue) = 0+107+95=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #006B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B5F is #FF94A0. Grayscale: #494949. Windows color (decimal): -16749729 or 6253312. OLE color: 6253312.
HSL color Cylindrical-coordinate representation of color #006B5F: hue angle of 173.27º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B5F is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 107 | 95 | - |
| CMYK | 1 | 0 | 0.11 | 0.58 |
| HSL | 173.27º | 1% | 0.21% | - |
| HSV(B) | 173.27º | 1% | 0.42% | - |
| XYZ | 7.32 | 11.34 | 12.63 | - |
| YUV | 73.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 95 | 1 | 0 | 0.11 | 0.58 | 173.27 | 1 | 0.21 |
| Hex | 0 | 6B | 5F | 64 | 0 | B | 3A | AD | 64 | 15 |
| Octal | 0 | 153 | 137 | 144 | 0 | 13 | 72 | 255 | 144 | 25 |
| Binary | 0 | 1101011 | 1011111 | 1100100 | 0 | 1011 | 111010 | 10101101 | 1100100 | 10101 |
Color Harmonies of #006B5F
Complementary color
Monochromatic Colors of #006B5F
Black with #006B5F
Text Example
Text Example
White with #006B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B5F; }
p { color: rgb(0,107,95); }
H1.HeaderClassName
{
color: #006B5F;
}
.AnyTagClassName
{
color: #006B5F;
}
</style>
background-color css
<style>
a { background-color: #006B5F; }
a { background-color: rgb(0,107,95); }
div.DivClassName
{
background-color: #006B5F;
}
.BgClassName
{
background-color: #006B5F;
}
</style>
border-color css
<style>
span { border-color: #006B5F; }
span { border-color: rgb(0,107,95); }
td.TdClassName
{
border-color: #006B5F;
}
.TagClassName
{
border-color: #006B5F;
}
</style>