Shades of Hippie Green #699565
Tints of Hippie Green #699565
RGB
CMYK
RGB Variations
Color information
#699565 (or 0x699565) is known color: Hippie Green. HEX triplet: 69, 95 and 65. RGB value is (105,149,101). Sum of RGB (Red+Green+Blue) = 105+149+101=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #699565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699565 is #966A9A. Grayscale: #828282. Windows color (decimal): -9857691 or 6657385. OLE color: 6657385.
HSL color Cylindrical-coordinate representation of color #699565: hue angle of 115º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699565 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 101 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.42 |
| HSL | 115º | 0.19% | 0.49% | - |
| HSV(B) | 115º | 0.32% | 0.58% | - |
| XYZ | 18.92 | 25.44 | 16.22 | - |
| YUV | 130.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 101 | 0.30 | 0 | 0.32 | 0.42 | 115 | 0.19 | 0.49 |
| Hex | 69 | 95 | 65 | 1E | 0 | 20 | 2A | 73 | 13 | 31 |
| Octal | 151 | 225 | 145 | 36 | 0 | 40 | 52 | 163 | 23 | 61 |
| Binary | 1101001 | 10010101 | 1100101 | 11110 | 0 | 100000 | 101010 | 1110011 | 10011 | 110001 |
Color Harmonies of #699565
Complementary color
Monochromatic Colors of #699565
Black with #699565
Text Example
Text Example
White with #699565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699565; }
p { color: rgb(105,149,101); }
H1.HeaderClassName
{
color: #699565;
}
.AnyTagClassName
{
color: #699565;
}
</style>
background-color css
<style>
a { background-color: #699565; }
a { background-color: rgb(105,149,101); }
div.DivClassName
{
background-color: #699565;
}
.BgClassName
{
background-color: #699565;
}
</style>
border-color css
<style>
span { border-color: #699565; }
span { border-color: rgb(105,149,101); }
td.TdClassName
{
border-color: #699565;
}
.TagClassName
{
border-color: #699565;
}
</style>