Shades of Tropical Rain Forest #066B5D
Tints of Tropical Rain Forest #066B5D
RGB
CMYK
RGB Variations
Color information
#066B5D (or 0x066B5D) is known color: Tropical Rain Forest. HEX triplet: 06, 6B and 5D. RGB value is (6,107,93). Sum of RGB (Red+Green+Blue) = 6+107+93=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #066B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B5D is #F994A2. Grayscale: #4B4B4B. Windows color (decimal): -16356515 or 6122246. OLE color: 6122246.
HSL color Cylindrical-coordinate representation of color #066B5D: hue angle of 171.68º 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 #066B5D is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 93 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.58 |
| HSL | 171.68º | 0.89% | 0.22% | - |
| HSV(B) | 171.68º | 0.94% | 0.42% | - |
| XYZ | 7.31 | 11.34 | 12.16 | - |
| YUV | 75.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 93 | 0.94 | 0 | 0.13 | 0.58 | 171.68 | 0.89 | 0.22 |
| Hex | 6 | 6B | 5D | 5E | 0 | D | 3A | AC | 59 | 16 |
| Octal | 6 | 153 | 135 | 136 | 0 | 15 | 72 | 254 | 131 | 26 |
| Binary | 110 | 1101011 | 1011101 | 1011110 | 0 | 1101 | 111010 | 10101100 | 1011001 | 10110 |
Color Harmonies of #066B5D
Complementary color
Monochromatic Colors of #066B5D
Black with #066B5D
Text Example
Text Example
White with #066B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B5D; }
p { color: rgb(6,107,93); }
H1.HeaderClassName
{
color: #066B5D;
}
.AnyTagClassName
{
color: #066B5D;
}
</style>
background-color css
<style>
a { background-color: #066B5D; }
a { background-color: rgb(6,107,93); }
div.DivClassName
{
background-color: #066B5D;
}
.BgClassName
{
background-color: #066B5D;
}
</style>
border-color css
<style>
span { border-color: #066B5D; }
span { border-color: rgb(6,107,93); }
td.TdClassName
{
border-color: #066B5D;
}
.TagClassName
{
border-color: #066B5D;
}
</style>