Shades of Hippie Green #629B5C
Tints of Hippie Green #629B5C
RGB
CMYK
RGB Variations
Color information
#629B5C (or 0x629B5C) is known color: Hippie Green. HEX triplet: 62, 9B and 5C. RGB value is (98,155,92). Sum of RGB (Red+Green+Blue) = 98+155+92=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #629B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B5C is #9D64A3. Grayscale: #828282. Windows color (decimal): -10314916 or 6069090. OLE color: 6069090.
HSL color Cylindrical-coordinate representation of color #629B5C: hue angle of 114.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #629B5C is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 92 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.39 |
| HSL | 114.29º | 0.26% | 0.48% | - |
| HSV(B) | 114.29º | 0.41% | 0.61% | - |
| XYZ | 18.69 | 26.81 | 14.32 | - |
| YUV | 130.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 92 | 0.37 | 0 | 0.41 | 0.39 | 114.29 | 0.26 | 0.48 |
| Hex | 62 | 9B | 5C | 25 | 0 | 29 | 27 | 72 | 1A | 30 |
| Octal | 142 | 233 | 134 | 45 | 0 | 51 | 47 | 162 | 32 | 60 |
| Binary | 1100010 | 10011011 | 1011100 | 100101 | 0 | 101001 | 100111 | 1110010 | 11010 | 110000 |
Color Harmonies of #629B5C
Complementary color
Monochromatic Colors of #629B5C
Black with #629B5C
Text Example
Text Example
White with #629B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B5C; }
p { color: rgb(98,155,92); }
H1.HeaderClassName
{
color: #629B5C;
}
.AnyTagClassName
{
color: #629B5C;
}
</style>
background-color css
<style>
a { background-color: #629B5C; }
a { background-color: rgb(98,155,92); }
div.DivClassName
{
background-color: #629B5C;
}
.BgClassName
{
background-color: #629B5C;
}
</style>
border-color css
<style>
span { border-color: #629B5C; }
span { border-color: rgb(98,155,92); }
td.TdClassName
{
border-color: #629B5C;
}
.TagClassName
{
border-color: #629B5C;
}
</style>