Shades of Hippie Green #62965A
Tints of Hippie Green #62965A
RGB
CMYK
RGB Variations
Color information
#62965A (or 0x62965A) is known color: Hippie Green. HEX triplet: 62, 96 and 5A. RGB value is (98,150,90). Sum of RGB (Red+Green+Blue) = 98+150+90=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #62965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62965A is #9D69A5. Grayscale: #7F7F7F. Windows color (decimal): -10316198 or 5936738. OLE color: 5936738.
HSL color Cylindrical-coordinate representation of color #62965A: hue angle of 112º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62965A is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 90 | - |
| CMYK | 0.35 | 0 | 0.4 | 0.41 |
| HSL | 112º | 0.25% | 0.47% | - |
| HSV(B) | 112º | 0.4% | 0.59% | - |
| XYZ | 17.79 | 25.15 | 13.59 | - |
| YUV | 127.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 90 | 0.35 | 0 | 0.4 | 0.41 | 112 | 0.25 | 0.47 |
| Hex | 62 | 96 | 5A | 23 | 0 | 28 | 29 | 70 | 19 | 2F |
| Octal | 142 | 226 | 132 | 43 | 0 | 50 | 51 | 160 | 31 | 57 |
| Binary | 1100010 | 10010110 | 1011010 | 100011 | 0 | 101000 | 101001 | 1110000 | 11001 | 101111 |
Color Harmonies of #62965A
Complementary color
Monochromatic Colors of #62965A
Black with #62965A
Text Example
Text Example
White with #62965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62965A; }
p { color: rgb(98,150,90); }
H1.HeaderClassName
{
color: #62965A;
}
.AnyTagClassName
{
color: #62965A;
}
</style>
background-color css
<style>
a { background-color: #62965A; }
a { background-color: rgb(98,150,90); }
div.DivClassName
{
background-color: #62965A;
}
.BgClassName
{
background-color: #62965A;
}
</style>
border-color css
<style>
span { border-color: #62965A; }
span { border-color: rgb(98,150,90); }
td.TdClassName
{
border-color: #62965A;
}
.TagClassName
{
border-color: #62965A;
}
</style>