Shades of Hippie Green #607A63
Tints of Hippie Green #607A63
RGB
CMYK
RGB Variations
Color information
#607A63 (or 0x607A63) is known color: Hippie Green. HEX triplet: 60, 7A and 63. RGB value is (96,122,99). Sum of RGB (Red+Green+Blue) = 96+122+99=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #607A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A63 is #9F859C. Grayscale: #6F6F6F. Windows color (decimal): -10454429 or 6519392. OLE color: 6519392.
HSL color Cylindrical-coordinate representation of color #607A63: hue angle of 126.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A63 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 99 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.52 |
| HSL | 126.92º | 0.12% | 0.43% | - |
| HSV(B) | 126.92º | 0.21% | 0.48% | - |
| XYZ | 14.04 | 17.31 | 14.41 | - |
| YUV | 111.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 99 | 0.21 | 0 | 0.19 | 0.52 | 126.92 | 0.12 | 0.43 |
| Hex | 60 | 7A | 63 | 15 | 0 | 13 | 34 | 7F | C | 2B |
| Octal | 140 | 172 | 143 | 25 | 0 | 23 | 64 | 177 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1100011 | 10101 | 0 | 10011 | 110100 | 1111111 | 1100 | 101011 |
Color Harmonies of #607A63
Complementary color
Monochromatic Colors of #607A63
Black with #607A63
Text Example
Text Example
White with #607A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A63; }
p { color: rgb(96,122,99); }
H1.HeaderClassName
{
color: #607A63;
}
.AnyTagClassName
{
color: #607A63;
}
</style>
background-color css
<style>
a { background-color: #607A63; }
a { background-color: rgb(96,122,99); }
div.DivClassName
{
background-color: #607A63;
}
.BgClassName
{
background-color: #607A63;
}
</style>
border-color css
<style>
span { border-color: #607A63; }
span { border-color: rgb(96,122,99); }
td.TdClassName
{
border-color: #607A63;
}
.TagClassName
{
border-color: #607A63;
}
</style>