Shades of Tropical Rain Forest #066A58
Tints of Tropical Rain Forest #066A58
RGB
CMYK
RGB Variations
Color information
#066A58 (or 0x066A58) is known color: Tropical Rain Forest. HEX triplet: 06, 6A and 58. RGB value is (6,106,88). Sum of RGB (Red+Green+Blue) = 6+106+88=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #066A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A58 is #F995A7. Grayscale: #4A4A4A. Windows color (decimal): -16356776 or 5794310. OLE color: 5794310.
HSL color Cylindrical-coordinate representation of color #066A58: hue angle of 169.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A58 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 106 | 88 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.58 |
| HSL | 169.2º | 0.89% | 0.22% | - |
| HSV(B) | 169.2º | 0.94% | 0.42% | - |
| XYZ | 6.99 | 11.05 | 11 | - |
| YUV | 74.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 88 | 0.94 | 0 | 0.17 | 0.58 | 169.2 | 0.89 | 0.22 |
| Hex | 6 | 6A | 58 | 5E | 0 | 11 | 3A | A9 | 59 | 16 |
| Octal | 6 | 152 | 130 | 136 | 0 | 21 | 72 | 251 | 131 | 26 |
| Binary | 110 | 1101010 | 1011000 | 1011110 | 0 | 10001 | 111010 | 10101001 | 1011001 | 10110 |
Color Harmonies of #066A58
Complementary color
Monochromatic Colors of #066A58
Black with #066A58
Text Example
Text Example
White with #066A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A58; }
p { color: rgb(6,106,88); }
H1.HeaderClassName
{
color: #066A58;
}
.AnyTagClassName
{
color: #066A58;
}
</style>
background-color css
<style>
a { background-color: #066A58; }
a { background-color: rgb(6,106,88); }
div.DivClassName
{
background-color: #066A58;
}
.BgClassName
{
background-color: #066A58;
}
</style>
border-color css
<style>
span { border-color: #066A58; }
span { border-color: rgb(6,106,88); }
td.TdClassName
{
border-color: #066A58;
}
.TagClassName
{
border-color: #066A58;
}
</style>