Shades of Tropical Rain Forest #006C58
Tints of Tropical Rain Forest #006C58
RGB
CMYK
RGB Variations
Color information
#006C58 (or 0x006C58) is known color: Tropical Rain Forest. HEX triplet: 00, 6C and 58. RGB value is (0,108,88). Sum of RGB (Red+Green+Blue) = 0+108+88=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #006C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C58 is #FF93A7. Grayscale: #494949. Windows color (decimal): -16749480 or 5794816. OLE color: 5794816.
HSL color Cylindrical-coordinate representation of color #006C58: hue angle of 168.89º 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 #006C58 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 108 | 88 | - |
| CMYK | 1 | 0 | 0.19 | 0.58 |
| HSL | 168.89º | 1% | 0.21% | - |
| HSV(B) | 168.89º | 1% | 0.42% | - |
| XYZ | 7.12 | 11.43 | 11.06 | - |
| YUV | 73.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 88 | 1 | 0 | 0.19 | 0.58 | 168.89 | 1 | 0.21 |
| Hex | 0 | 6C | 58 | 64 | 0 | 13 | 3A | A9 | 64 | 15 |
| Octal | 0 | 154 | 130 | 144 | 0 | 23 | 72 | 251 | 144 | 25 |
| Binary | 0 | 1101100 | 1011000 | 1100100 | 0 | 10011 | 111010 | 10101001 | 1100100 | 10101 |
Color Harmonies of #006C58
Complementary color
Monochromatic Colors of #006C58
Black with #006C58
Text Example
Text Example
White with #006C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C58; }
p { color: rgb(0,108,88); }
H1.HeaderClassName
{
color: #006C58;
}
.AnyTagClassName
{
color: #006C58;
}
</style>
background-color css
<style>
a { background-color: #006C58; }
a { background-color: rgb(0,108,88); }
div.DivClassName
{
background-color: #006C58;
}
.BgClassName
{
background-color: #006C58;
}
</style>
border-color css
<style>
span { border-color: #006C58; }
span { border-color: rgb(0,108,88); }
td.TdClassName
{
border-color: #006C58;
}
.TagClassName
{
border-color: #006C58;
}
</style>