Shades of Hippie Green #689852
Tints of Hippie Green #689852
RGB
CMYK
RGB Variations
Color information
#689852 (or 0x689852) is known color: Hippie Green. HEX triplet: 68, 98 and 52. RGB value is (104,152,82). Sum of RGB (Red+Green+Blue) = 104+152+82=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #689852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689852 is #9767AD. Grayscale: #818181. Windows color (decimal): -9922478 or 5412968. OLE color: 5412968.
HSL color Cylindrical-coordinate representation of color #689852: hue angle of 101.14º 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 #689852 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 82 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.40 |
| HSL | 101.14º | 0.3% | 0.46% | - |
| HSV(B) | 101.14º | 0.46% | 0.6% | - |
| XYZ | 18.46 | 26.01 | 12.03 | - |
| YUV | 129.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 82 | 0.32 | 0 | 0.46 | 0.40 | 101.14 | 0.3 | 0.46 |
| Hex | 68 | 98 | 52 | 20 | 0 | 2E | 28 | 65 | 1E | 2E |
| Octal | 150 | 230 | 122 | 40 | 0 | 56 | 50 | 145 | 36 | 56 |
| Binary | 1101000 | 10011000 | 1010010 | 100000 | 0 | 101110 | 101000 | 1100101 | 11110 | 101110 |
Color Harmonies of #689852
Complementary color
Monochromatic Colors of #689852
Black with #689852
Text Example
Text Example
White with #689852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689852; }
p { color: rgb(104,152,82); }
H1.HeaderClassName
{
color: #689852;
}
.AnyTagClassName
{
color: #689852;
}
</style>
background-color css
<style>
a { background-color: #689852; }
a { background-color: rgb(104,152,82); }
div.DivClassName
{
background-color: #689852;
}
.BgClassName
{
background-color: #689852;
}
</style>
border-color css
<style>
span { border-color: #689852; }
span { border-color: rgb(104,152,82); }
td.TdClassName
{
border-color: #689852;
}
.TagClassName
{
border-color: #689852;
}
</style>