Shades of Tropical Rain Forest #066B5E
Tints of Tropical Rain Forest #066B5E
RGB
CMYK
RGB Variations
Color information
#066B5E (or 0x066B5E) is known color: Tropical Rain Forest. HEX triplet: 06, 6B and 5E. RGB value is (6,107,94). Sum of RGB (Red+Green+Blue) = 6+107+94=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #066B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B5E is #F994A1. Grayscale: #4B4B4B. Windows color (decimal): -16356514 or 6187782. OLE color: 6187782.
HSL color Cylindrical-coordinate representation of color #066B5E: hue angle of 172.28º 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 #066B5E is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 6 | 107 | 94 | - |
CMYK | 0.94 | 0 | 0.12 | 0.58 |
HSL | 172.28º | 0.89% | 0.22% | - |
HSV(B) | 172.28º | 0.94% | 0.42% | - |
XYZ | 7.35 | 11.36 | 12.4 | - |
YUV | 75.32 | 138.54 | 78.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 107 | 94 | 0.94 | 0 | 0.12 | 0.58 | 172.28 | 0.89 | 0.22 |
Hex | 6 | 6B | 5E | 5E | 0 | C | 3A | AC | 59 | 16 |
Octal | 6 | 153 | 136 | 136 | 0 | 14 | 72 | 254 | 131 | 26 |
Binary | 110 | 1101011 | 1011110 | 1011110 | 0 | 1100 | 111010 | 10101100 | 1011001 | 10110 |
Color Harmonies of #066B5E
Complementary color
Monochromatic Colors of #066B5E
Black with #066B5E
Text Example
Text Example
White with #066B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B5E; }
p { color: rgb(6,107,94); }
H1.HeaderClassName
{
color: #066B5E;
}
.AnyTagClassName
{
color: #066B5E;
}
</style>
background-color css
<style>
a { background-color: #066B5E; }
a { background-color: rgb(6,107,94); }
div.DivClassName
{
background-color: #066B5E;
}
.BgClassName
{
background-color: #066B5E;
}
</style>
border-color css
<style>
span { border-color: #066B5E; }
span { border-color: rgb(6,107,94); }
td.TdClassName
{
border-color: #066B5E;
}
.TagClassName
{
border-color: #066B5E;
}
</style>