Shades of Hippie Green #699555
Tints of Hippie Green #699555
RGB
CMYK
RGB Variations
Color information
#699555 (or 0x699555) is known color: Hippie Green. HEX triplet: 69, 95 and 55. RGB value is (105,149,85). Sum of RGB (Red+Green+Blue) = 105+149+85=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #699555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699555 is #966AAA. Grayscale: #808080. Windows color (decimal): -9857707 or 5608809. OLE color: 5608809.
HSL color Cylindrical-coordinate representation of color #699555: hue angle of 101.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699555 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 85 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.42 |
| HSL | 101.25º | 0.27% | 0.46% | - |
| HSV(B) | 101.25º | 0.43% | 0.58% | - |
| XYZ | 18.21 | 25.15 | 12.49 | - |
| YUV | 128.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 85 | 0.30 | 0 | 0.43 | 0.42 | 101.25 | 0.27 | 0.46 |
| Hex | 69 | 95 | 55 | 1E | 0 | 2B | 2A | 65 | 1B | 2E |
| Octal | 151 | 225 | 125 | 36 | 0 | 53 | 52 | 145 | 33 | 56 |
| Binary | 1101001 | 10010101 | 1010101 | 11110 | 0 | 101011 | 101010 | 1100101 | 11011 | 101110 |
Color Harmonies of #699555
Complementary color
Monochromatic Colors of #699555
Black with #699555
Text Example
Text Example
White with #699555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699555; }
p { color: rgb(105,149,85); }
H1.HeaderClassName
{
color: #699555;
}
.AnyTagClassName
{
color: #699555;
}
</style>
background-color css
<style>
a { background-color: #699555; }
a { background-color: rgb(105,149,85); }
div.DivClassName
{
background-color: #699555;
}
.BgClassName
{
background-color: #699555;
}
</style>
border-color css
<style>
span { border-color: #699555; }
span { border-color: rgb(105,149,85); }
td.TdClassName
{
border-color: #699555;
}
.TagClassName
{
border-color: #699555;
}
</style>