Shades of Tropical Rain Forest #006F5C
Tints of Tropical Rain Forest #006F5C
RGB
CMYK
RGB Variations
Color information
#006F5C (or 0x006F5C) is known color: Tropical Rain Forest. HEX triplet: 00, 6F and 5C. RGB value is (0,111,92). Sum of RGB (Red+Green+Blue) = 0+111+92=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #006F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F5C is #FF90A3. Grayscale: #4B4B4B. Windows color (decimal): -16748708 or 6057728. OLE color: 6057728.
HSL color Cylindrical-coordinate representation of color #006F5C: hue angle of 169.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F5C is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 92 | - |
| CMYK | 1 | 0 | 0.17 | 0.56 |
| HSL | 169.73º | 1% | 0.22% | - |
| HSV(B) | 169.73º | 1% | 0.44% | - |
| XYZ | 7.62 | 12.14 | 12.07 | - |
| YUV | 75.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 92 | 1 | 0 | 0.17 | 0.56 | 169.73 | 1 | 0.22 |
| Hex | 0 | 6F | 5C | 64 | 0 | 11 | 38 | AA | 64 | 16 |
| Octal | 0 | 157 | 134 | 144 | 0 | 21 | 70 | 252 | 144 | 26 |
| Binary | 0 | 1101111 | 1011100 | 1100100 | 0 | 10001 | 111000 | 10101010 | 1100100 | 10110 |
Color Harmonies of #006F5C
Complementary color
Monochromatic Colors of #006F5C
Black with #006F5C
Text Example
Text Example
White with #006F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F5C; }
p { color: rgb(0,111,92); }
H1.HeaderClassName
{
color: #006F5C;
}
.AnyTagClassName
{
color: #006F5C;
}
</style>
background-color css
<style>
a { background-color: #006F5C; }
a { background-color: rgb(0,111,92); }
div.DivClassName
{
background-color: #006F5C;
}
.BgClassName
{
background-color: #006F5C;
}
</style>
border-color css
<style>
span { border-color: #006F5C; }
span { border-color: rgb(0,111,92); }
td.TdClassName
{
border-color: #006F5C;
}
.TagClassName
{
border-color: #006F5C;
}
</style>