Shades of Hippie Green #607B62
Tints of Hippie Green #607B62
RGB
CMYK
RGB Variations
Color information
#607B62 (or 0x607B62) is known color: Hippie Green. HEX triplet: 60, 7B and 62. RGB value is (96,123,98). Sum of RGB (Red+Green+Blue) = 96+123+98=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #607B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B62 is #9F849D. Grayscale: #707070. Windows color (decimal): -10454174 or 6454112. OLE color: 6454112.
HSL color Cylindrical-coordinate representation of color #607B62: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607B62 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 98 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.52 |
| HSL | 124.44º | 0.12% | 0.43% | - |
| HSV(B) | 124.44º | 0.22% | 0.48% | - |
| XYZ | 14.11 | 17.53 | 14.2 | - |
| YUV | 112.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 98 | 0.22 | 0 | 0.20 | 0.52 | 124.44 | 0.12 | 0.43 |
| Hex | 60 | 7B | 62 | 16 | 0 | 14 | 34 | 7C | C | 2B |
| Octal | 140 | 173 | 142 | 26 | 0 | 24 | 64 | 174 | 14 | 53 |
| Binary | 1100000 | 1111011 | 1100010 | 10110 | 0 | 10100 | 110100 | 1111100 | 1100 | 101011 |
Color Harmonies of #607B62
Complementary color
Monochromatic Colors of #607B62
Black with #607B62
Text Example
Text Example
White with #607B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B62; }
p { color: rgb(96,123,98); }
H1.HeaderClassName
{
color: #607B62;
}
.AnyTagClassName
{
color: #607B62;
}
</style>
background-color css
<style>
a { background-color: #607B62; }
a { background-color: rgb(96,123,98); }
div.DivClassName
{
background-color: #607B62;
}
.BgClassName
{
background-color: #607B62;
}
</style>
border-color css
<style>
span { border-color: #607B62; }
span { border-color: rgb(96,123,98); }
td.TdClassName
{
border-color: #607B62;
}
.TagClassName
{
border-color: #607B62;
}
</style>