Shades of Hippie Green #699358
Tints of Hippie Green #699358
RGB
CMYK
RGB Variations
Color information
#699358 (or 0x699358) is known color: Hippie Green. HEX triplet: 69, 93 and 58. RGB value is (105,147,88). Sum of RGB (Red+Green+Blue) = 105+147+88=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #699358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699358 is #966CA7. Grayscale: #7F7F7F. Windows color (decimal): -9858216 or 5804905. OLE color: 5804905.
HSL color Cylindrical-coordinate representation of color #699358: hue angle of 102.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699358 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 88 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.42 |
| HSL | 102.71º | 0.25% | 0.46% | - |
| HSV(B) | 102.71º | 0.4% | 0.58% | - |
| XYZ | 18.02 | 24.58 | 13.03 | - |
| YUV | 127.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 88 | 0.29 | 0 | 0.40 | 0.42 | 102.71 | 0.25 | 0.46 |
| Hex | 69 | 93 | 58 | 1D | 0 | 28 | 2A | 67 | 19 | 2E |
| Octal | 151 | 223 | 130 | 35 | 0 | 50 | 52 | 147 | 31 | 56 |
| Binary | 1101001 | 10010011 | 1011000 | 11101 | 0 | 101000 | 101010 | 1100111 | 11001 | 101110 |
Color Harmonies of #699358
Complementary color
Monochromatic Colors of #699358
Black with #699358
Text Example
Text Example
White with #699358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699358; }
p { color: rgb(105,147,88); }
H1.HeaderClassName
{
color: #699358;
}
.AnyTagClassName
{
color: #699358;
}
</style>
background-color css
<style>
a { background-color: #699358; }
a { background-color: rgb(105,147,88); }
div.DivClassName
{
background-color: #699358;
}
.BgClassName
{
background-color: #699358;
}
</style>
border-color css
<style>
span { border-color: #699358; }
span { border-color: rgb(105,147,88); }
td.TdClassName
{
border-color: #699358;
}
.TagClassName
{
border-color: #699358;
}
</style>