Shades of Hippie Green #689952
Tints of Hippie Green #689952
RGB
CMYK
RGB Variations
Color information
#689952 (or 0x689952) is known color: Hippie Green. HEX triplet: 68, 99 and 52. RGB value is (104,153,82). Sum of RGB (Red+Green+Blue) = 104+153+82=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #689952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689952 is #9766AD. Grayscale: #828282. Windows color (decimal): -9922222 or 5413224. OLE color: 5413224.
HSL color Cylindrical-coordinate representation of color #689952: hue angle of 101.41º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689952 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 82 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.4 |
| HSL | 101.41º | 0.3% | 0.46% | - |
| HSV(B) | 101.41º | 0.46% | 0.6% | - |
| XYZ | 18.62 | 26.33 | 12.08 | - |
| YUV | 130.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 82 | 0.32 | 0 | 0.46 | 0.4 | 101.41 | 0.3 | 0.46 |
| Hex | 68 | 99 | 52 | 20 | 0 | 2E | 28 | 65 | 1E | 2E |
| Octal | 150 | 231 | 122 | 40 | 0 | 56 | 50 | 145 | 36 | 56 |
| Binary | 1101000 | 10011001 | 1010010 | 100000 | 0 | 101110 | 101000 | 1100101 | 11110 | 101110 |
Color Harmonies of #689952
Complementary color
Monochromatic Colors of #689952
Black with #689952
Text Example
Text Example
White with #689952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689952; }
p { color: rgb(104,153,82); }
H1.HeaderClassName
{
color: #689952;
}
.AnyTagClassName
{
color: #689952;
}
</style>
background-color css
<style>
a { background-color: #689952; }
a { background-color: rgb(104,153,82); }
div.DivClassName
{
background-color: #689952;
}
.BgClassName
{
background-color: #689952;
}
</style>
border-color css
<style>
span { border-color: #689952; }
span { border-color: rgb(104,153,82); }
td.TdClassName
{
border-color: #689952;
}
.TagClassName
{
border-color: #689952;
}
</style>