Shades of Tropical Rain Forest #067B60
Tints of Tropical Rain Forest #067B60
RGB
CMYK
RGB Variations
Color information
#067B60 (or 0x067B60) is known color: Tropical Rain Forest. HEX triplet: 06, 7B and 60. RGB value is (6,123,96). Sum of RGB (Red+Green+Blue) = 6+123+96=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #067B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B60 is #F9849F. Grayscale: #545454. Windows color (decimal): -16352416 or 6322950. OLE color: 6322950.
HSL color Cylindrical-coordinate representation of color #067B60: hue angle of 166.15º 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 #067B60 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 96 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.52 |
| HSL | 166.15º | 0.91% | 0.25% | - |
| HSV(B) | 166.15º | 0.95% | 0.48% | - |
| XYZ | 9.27 | 15.05 | 13.48 | - |
| YUV | 84.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 96 | 0.95 | 0 | 0.22 | 0.52 | 166.15 | 0.91 | 0.25 |
| Hex | 6 | 7B | 60 | 5F | 0 | 16 | 34 | A6 | 5B | 19 |
| Octal | 6 | 173 | 140 | 137 | 0 | 26 | 64 | 246 | 133 | 31 |
| Binary | 110 | 1111011 | 1100000 | 1011111 | 0 | 10110 | 110100 | 10100110 | 1011011 | 11001 |
Color Harmonies of #067B60
Complementary color
Monochromatic Colors of #067B60
Black with #067B60
Text Example
Text Example
White with #067B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B60; }
p { color: rgb(6,123,96); }
H1.HeaderClassName
{
color: #067B60;
}
.AnyTagClassName
{
color: #067B60;
}
</style>
background-color css
<style>
a { background-color: #067B60; }
a { background-color: rgb(6,123,96); }
div.DivClassName
{
background-color: #067B60;
}
.BgClassName
{
background-color: #067B60;
}
</style>
border-color css
<style>
span { border-color: #067B60; }
span { border-color: rgb(6,123,96); }
td.TdClassName
{
border-color: #067B60;
}
.TagClassName
{
border-color: #067B60;
}
</style>