Shades of Hippie Green #689365
Tints of Hippie Green #689365
RGB
CMYK
RGB Variations
Color information
#689365 (or 0x689365) is known color: Hippie Green. HEX triplet: 68, 93 and 65. RGB value is (104,147,101). Sum of RGB (Red+Green+Blue) = 104+147+101=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #689365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689365 is #976C9A. Grayscale: #818181. Windows color (decimal): -9923739 or 6656872. OLE color: 6656872.
HSL color Cylindrical-coordinate representation of color #689365: hue angle of 116.09º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689365 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 101 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.42 |
| HSL | 116.09º | 0.19% | 0.49% | - |
| HSV(B) | 116.09º | 0.31% | 0.58% | - |
| XYZ | 18.49 | 24.75 | 16.11 | - |
| YUV | 128.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 101 | 0.29 | 0 | 0.31 | 0.42 | 116.09 | 0.19 | 0.49 |
| Hex | 68 | 93 | 65 | 1D | 0 | 1F | 2A | 74 | 13 | 31 |
| Octal | 150 | 223 | 145 | 35 | 0 | 37 | 52 | 164 | 23 | 61 |
| Binary | 1101000 | 10010011 | 1100101 | 11101 | 0 | 11111 | 101010 | 1110100 | 10011 | 110001 |
Color Harmonies of #689365
Complementary color
Monochromatic Colors of #689365
Black with #689365
Text Example
Text Example
White with #689365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689365; }
p { color: rgb(104,147,101); }
H1.HeaderClassName
{
color: #689365;
}
.AnyTagClassName
{
color: #689365;
}
</style>
background-color css
<style>
a { background-color: #689365; }
a { background-color: rgb(104,147,101); }
div.DivClassName
{
background-color: #689365;
}
.BgClassName
{
background-color: #689365;
}
</style>
border-color css
<style>
span { border-color: #689365; }
span { border-color: rgb(104,147,101); }
td.TdClassName
{
border-color: #689365;
}
.TagClassName
{
border-color: #689365;
}
</style>