Shades of Hippie Green #699D58
Tints of Hippie Green #699D58
RGB
CMYK
RGB Variations
Color information
#699D58 (or 0x699D58) is known color: Hippie Green. HEX triplet: 69, 9D and 58. RGB value is (105,157,88). Sum of RGB (Red+Green+Blue) = 105+157+88=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #699D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D58 is #9662A7. Grayscale: #858585. Windows color (decimal): -9855656 or 5807465. OLE color: 5807465.
HSL color Cylindrical-coordinate representation of color #699D58: hue angle of 105.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #699D58 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 88 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.38 |
| HSL | 105.22º | 0.28% | 0.48% | - |
| HSV(B) | 105.22º | 0.44% | 0.62% | - |
| XYZ | 19.64 | 27.82 | 13.57 | - |
| YUV | 133.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 88 | 0.33 | 0 | 0.44 | 0.38 | 105.22 | 0.28 | 0.48 |
| Hex | 69 | 9D | 58 | 21 | 0 | 2C | 26 | 69 | 1C | 30 |
| Octal | 151 | 235 | 130 | 41 | 0 | 54 | 46 | 151 | 34 | 60 |
| Binary | 1101001 | 10011101 | 1011000 | 100001 | 0 | 101100 | 100110 | 1101001 | 11100 | 110000 |
Color Harmonies of #699D58
Complementary color
Monochromatic Colors of #699D58
Black with #699D58
Text Example
Text Example
White with #699D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D58; }
p { color: rgb(105,157,88); }
H1.HeaderClassName
{
color: #699D58;
}
.AnyTagClassName
{
color: #699D58;
}
</style>
background-color css
<style>
a { background-color: #699D58; }
a { background-color: rgb(105,157,88); }
div.DivClassName
{
background-color: #699D58;
}
.BgClassName
{
background-color: #699D58;
}
</style>
border-color css
<style>
span { border-color: #699D58; }
span { border-color: rgb(105,157,88); }
td.TdClassName
{
border-color: #699D58;
}
.TagClassName
{
border-color: #699D58;
}
</style>