Shades of Hippie Green #699261
Tints of Hippie Green #699261
RGB
CMYK
RGB Variations
Color information
#699261 (or 0x699261) is known color: Hippie Green. HEX triplet: 69, 92 and 61. RGB value is (105,146,97). Sum of RGB (Red+Green+Blue) = 105+146+97=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #699261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699261 is #966D9E. Grayscale: #808080. Windows color (decimal): -9858463 or 6394473. OLE color: 6394473.
HSL color Cylindrical-coordinate representation of color #699261: hue angle of 110.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699261 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 97 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.43 |
| HSL | 110.2º | 0.2% | 0.48% | - |
| HSV(B) | 110.2º | 0.34% | 0.57% | - |
| XYZ | 18.26 | 24.42 | 15.06 | - |
| YUV | 128.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 97 | 0.28 | 0 | 0.34 | 0.43 | 110.2 | 0.2 | 0.48 |
| Hex | 69 | 92 | 61 | 1C | 0 | 22 | 2B | 6E | 14 | 30 |
| Octal | 151 | 222 | 141 | 34 | 0 | 42 | 53 | 156 | 24 | 60 |
| Binary | 1101001 | 10010010 | 1100001 | 11100 | 0 | 100010 | 101011 | 1101110 | 10100 | 110000 |
Color Harmonies of #699261
Complementary color
Monochromatic Colors of #699261
Black with #699261
Text Example
Text Example
White with #699261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699261; }
p { color: rgb(105,146,97); }
H1.HeaderClassName
{
color: #699261;
}
.AnyTagClassName
{
color: #699261;
}
</style>
background-color css
<style>
a { background-color: #699261; }
a { background-color: rgb(105,146,97); }
div.DivClassName
{
background-color: #699261;
}
.BgClassName
{
background-color: #699261;
}
</style>
border-color css
<style>
span { border-color: #699261; }
span { border-color: rgb(105,146,97); }
td.TdClassName
{
border-color: #699261;
}
.TagClassName
{
border-color: #699261;
}
</style>