Shades of Tropical Rain Forest #067A5E
Tints of Tropical Rain Forest #067A5E
RGB
CMYK
RGB Variations
Color information
#067A5E (or 0x067A5E) is known color: Tropical Rain Forest. HEX triplet: 06, 7A and 5E. RGB value is (6,122,94). Sum of RGB (Red+Green+Blue) = 6+122+94=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #067A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A5E is #F985A1. Grayscale: #545454. Windows color (decimal): -16352674 or 6191622. OLE color: 6191622.
HSL color Cylindrical-coordinate representation of color #067A5E: hue angle of 165.52º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A5E is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 94 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.52 |
| HSL | 165.52º | 0.91% | 0.25% | - |
| HSV(B) | 165.52º | 0.95% | 0.48% | - |
| XYZ | 9.06 | 14.77 | 12.96 | - |
| YUV | 84.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 94 | 0.95 | 0 | 0.23 | 0.52 | 165.52 | 0.91 | 0.25 |
| Hex | 6 | 7A | 5E | 5F | 0 | 17 | 34 | A6 | 5B | 19 |
| Octal | 6 | 172 | 136 | 137 | 0 | 27 | 64 | 246 | 133 | 31 |
| Binary | 110 | 1111010 | 1011110 | 1011111 | 0 | 10111 | 110100 | 10100110 | 1011011 | 11001 |
Color Harmonies of #067A5E
Complementary color
Monochromatic Colors of #067A5E
Black with #067A5E
Text Example
Text Example
White with #067A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A5E; }
p { color: rgb(6,122,94); }
H1.HeaderClassName
{
color: #067A5E;
}
.AnyTagClassName
{
color: #067A5E;
}
</style>
background-color css
<style>
a { background-color: #067A5E; }
a { background-color: rgb(6,122,94); }
div.DivClassName
{
background-color: #067A5E;
}
.BgClassName
{
background-color: #067A5E;
}
</style>
border-color css
<style>
span { border-color: #067A5E; }
span { border-color: rgb(6,122,94); }
td.TdClassName
{
border-color: #067A5E;
}
.TagClassName
{
border-color: #067A5E;
}
</style>