Shades of Tropical Rain Forest #066C5A
Tints of Tropical Rain Forest #066C5A
RGB
CMYK
RGB Variations
Color information
#066C5A (or 0x066C5A) is known color: Tropical Rain Forest. HEX triplet: 06, 6C and 5A. RGB value is (6,108,90). Sum of RGB (Red+Green+Blue) = 6+108+90=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #066C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C5A is #F993A5. Grayscale: #4B4B4B. Windows color (decimal): -16356262 or 5925894. OLE color: 5925894.
HSL color Cylindrical-coordinate representation of color #066C5A: hue angle of 169.41º 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 #066C5A is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 90 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.58 |
| HSL | 169.41º | 0.89% | 0.22% | - |
| HSV(B) | 169.41º | 0.94% | 0.42% | - |
| XYZ | 7.28 | 11.5 | 11.51 | - |
| YUV | 75.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 90 | 0.94 | 0 | 0.17 | 0.58 | 169.41 | 0.89 | 0.22 |
| Hex | 6 | 6C | 5A | 5E | 0 | 11 | 3A | A9 | 59 | 16 |
| Octal | 6 | 154 | 132 | 136 | 0 | 21 | 72 | 251 | 131 | 26 |
| Binary | 110 | 1101100 | 1011010 | 1011110 | 0 | 10001 | 111010 | 10101001 | 1011001 | 10110 |
Color Harmonies of #066C5A
Complementary color
Monochromatic Colors of #066C5A
Black with #066C5A
Text Example
Text Example
White with #066C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C5A; }
p { color: rgb(6,108,90); }
H1.HeaderClassName
{
color: #066C5A;
}
.AnyTagClassName
{
color: #066C5A;
}
</style>
background-color css
<style>
a { background-color: #066C5A; }
a { background-color: rgb(6,108,90); }
div.DivClassName
{
background-color: #066C5A;
}
.BgClassName
{
background-color: #066C5A;
}
</style>
border-color css
<style>
span { border-color: #066C5A; }
span { border-color: rgb(6,108,90); }
td.TdClassName
{
border-color: #066C5A;
}
.TagClassName
{
border-color: #066C5A;
}
</style>