Shades of Tropical Rain Forest #067A58
Tints of Tropical Rain Forest #067A58
RGB
CMYK
RGB Variations
Color information
#067A58 (or 0x067A58) is known color: Tropical Rain Forest. HEX triplet: 06, 7A and 58. RGB value is (6,122,88). Sum of RGB (Red+Green+Blue) = 6+122+88=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #067A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A58 is #F985A7. Grayscale: #535353. Windows color (decimal): -16352680 or 5798406. OLE color: 5798406.
HSL color Cylindrical-coordinate representation of color #067A58: hue angle of 162.41º 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 #067A58 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 88 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.52 |
| HSL | 162.41º | 0.91% | 0.25% | - |
| HSV(B) | 162.41º | 0.95% | 0.48% | - |
| XYZ | 8.8 | 14.66 | 11.6 | - |
| YUV | 83.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 88 | 0.95 | 0 | 0.28 | 0.52 | 162.41 | 0.91 | 0.25 |
| Hex | 6 | 7A | 58 | 5F | 0 | 1C | 34 | A2 | 5B | 19 |
| Octal | 6 | 172 | 130 | 137 | 0 | 34 | 64 | 242 | 133 | 31 |
| Binary | 110 | 1111010 | 1011000 | 1011111 | 0 | 11100 | 110100 | 10100010 | 1011011 | 11001 |
Color Harmonies of #067A58
Complementary color
Monochromatic Colors of #067A58
Black with #067A58
Text Example
Text Example
White with #067A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A58; }
p { color: rgb(6,122,88); }
H1.HeaderClassName
{
color: #067A58;
}
.AnyTagClassName
{
color: #067A58;
}
</style>
background-color css
<style>
a { background-color: #067A58; }
a { background-color: rgb(6,122,88); }
div.DivClassName
{
background-color: #067A58;
}
.BgClassName
{
background-color: #067A58;
}
</style>
border-color css
<style>
span { border-color: #067A58; }
span { border-color: rgb(6,122,88); }
td.TdClassName
{
border-color: #067A58;
}
.TagClassName
{
border-color: #067A58;
}
</style>