Shades of Hippie Green #608163
Tints of Hippie Green #608163
RGB
CMYK
RGB Variations
Color information
#608163 (or 0x608163) is known color: Hippie Green. HEX triplet: 60, 81 and 63. RGB value is (96,129,99). Sum of RGB (Red+Green+Blue) = 96+129+99=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #608163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608163 is #9F7E9C. Grayscale: #737373. Windows color (decimal): -10452637 or 6521184. OLE color: 6521184.
HSL color Cylindrical-coordinate representation of color #608163: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608163 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 99 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.49 |
| HSL | 125.45º | 0.15% | 0.44% | - |
| HSV(B) | 125.45º | 0.26% | 0.51% | - |
| XYZ | 14.93 | 19.09 | 14.7 | - |
| YUV | 115.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 99 | 0.26 | 0 | 0.23 | 0.49 | 125.45 | 0.15 | 0.44 |
| Hex | 60 | 81 | 63 | 1A | 0 | 17 | 31 | 7D | F | 2C |
| Octal | 140 | 201 | 143 | 32 | 0 | 27 | 61 | 175 | 17 | 54 |
| Binary | 1100000 | 10000001 | 1100011 | 11010 | 0 | 10111 | 110001 | 1111101 | 1111 | 101100 |
Color Harmonies of #608163
Complementary color
Monochromatic Colors of #608163
Black with #608163
Text Example
Text Example
White with #608163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608163; }
p { color: rgb(96,129,99); }
H1.HeaderClassName
{
color: #608163;
}
.AnyTagClassName
{
color: #608163;
}
</style>
background-color css
<style>
a { background-color: #608163; }
a { background-color: rgb(96,129,99); }
div.DivClassName
{
background-color: #608163;
}
.BgClassName
{
background-color: #608163;
}
</style>
border-color css
<style>
span { border-color: #608163; }
span { border-color: rgb(96,129,99); }
td.TdClassName
{
border-color: #608163;
}
.TagClassName
{
border-color: #608163;
}
</style>