Shades of Hippie Green #608A60
Tints of Hippie Green #608A60
RGB
CMYK
RGB Variations
Color information
#608A60 (or 0x608A60) is known color: Hippie Green. HEX triplet: 60, 8A and 60. RGB value is (96,138,96). Sum of RGB (Red+Green+Blue) = 96+138+96=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #608A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A60 is #9F759F. Grayscale: #787878. Windows color (decimal): -10450336 or 6326880. OLE color: 6326880.
HSL color Cylindrical-coordinate representation of color #608A60: hue angle of 120º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A60 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 96 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.46 |
| HSL | 120º | 0.18% | 0.46% | - |
| HSV(B) | 120º | 0.3% | 0.54% | - |
| XYZ | 16.02 | 21.51 | 14.37 | - |
| YUV | 120.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 96 | 0.30 | 0 | 0.30 | 0.46 | 120 | 0.18 | 0.46 |
| Hex | 60 | 8A | 60 | 1E | 0 | 1E | 2E | 78 | 12 | 2E |
| Octal | 140 | 212 | 140 | 36 | 0 | 36 | 56 | 170 | 22 | 56 |
| Binary | 1100000 | 10001010 | 1100000 | 11110 | 0 | 11110 | 101110 | 1111000 | 10010 | 101110 |
Color Harmonies of #608A60
Complementary color
Monochromatic Colors of #608A60
Black with #608A60
Text Example
Text Example
White with #608A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A60; }
p { color: rgb(96,138,96); }
H1.HeaderClassName
{
color: #608A60;
}
.AnyTagClassName
{
color: #608A60;
}
</style>
background-color css
<style>
a { background-color: #608A60; }
a { background-color: rgb(96,138,96); }
div.DivClassName
{
background-color: #608A60;
}
.BgClassName
{
background-color: #608A60;
}
</style>
border-color css
<style>
span { border-color: #608A60; }
span { border-color: rgb(96,138,96); }
td.TdClassName
{
border-color: #608A60;
}
.TagClassName
{
border-color: #608A60;
}
</style>