Shades of Hippie Green #699558
Tints of Hippie Green #699558
RGB
CMYK
RGB Variations
Color information
#699558 (or 0x699558) is known color: Hippie Green. HEX triplet: 69, 95 and 58. RGB value is (105,149,88). Sum of RGB (Red+Green+Blue) = 105+149+88=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #699558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699558 is #966AA7. Grayscale: #818181. Windows color (decimal): -9857704 or 5805417. OLE color: 5805417.
HSL color Cylindrical-coordinate representation of color #699558: hue angle of 103.28º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699558 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 88 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.42 |
| HSL | 103.28º | 0.26% | 0.46% | - |
| HSV(B) | 103.28º | 0.41% | 0.58% | - |
| XYZ | 18.33 | 25.2 | 13.13 | - |
| YUV | 128.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 88 | 0.30 | 0 | 0.41 | 0.42 | 103.28 | 0.26 | 0.46 |
| Hex | 69 | 95 | 58 | 1E | 0 | 29 | 2A | 67 | 1A | 2E |
| Octal | 151 | 225 | 130 | 36 | 0 | 51 | 52 | 147 | 32 | 56 |
| Binary | 1101001 | 10010101 | 1011000 | 11110 | 0 | 101001 | 101010 | 1100111 | 11010 | 101110 |
Color Harmonies of #699558
Complementary color
Monochromatic Colors of #699558
Black with #699558
Text Example
Text Example
White with #699558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699558; }
p { color: rgb(105,149,88); }
H1.HeaderClassName
{
color: #699558;
}
.AnyTagClassName
{
color: #699558;
}
</style>
background-color css
<style>
a { background-color: #699558; }
a { background-color: rgb(105,149,88); }
div.DivClassName
{
background-color: #699558;
}
.BgClassName
{
background-color: #699558;
}
</style>
border-color css
<style>
span { border-color: #699558; }
span { border-color: rgb(105,149,88); }
td.TdClassName
{
border-color: #699558;
}
.TagClassName
{
border-color: #699558;
}
</style>