Shades of Hippie Green #699F63
Tints of Hippie Green #699F63
RGB
CMYK
RGB Variations
Color information
#699F63 (or 0x699F63) is known color: Hippie Green. HEX triplet: 69, 9F and 63. RGB value is (105,159,99). Sum of RGB (Red+Green+Blue) = 105+159+99=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #699F63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F63 is #96609C. Grayscale: #888888. Windows color (decimal): -9855133 or 6528873. OLE color: 6528873.
HSL color Cylindrical-coordinate representation of color #699F63: hue angle of 114º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699F63 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 99 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.38 |
| HSL | 114º | 0.24% | 0.51% | - |
| HSV(B) | 114º | 0.38% | 0.62% | - |
| XYZ | 20.48 | 28.7 | 16.26 | - |
| YUV | 136.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 99 | 0.34 | 0 | 0.38 | 0.38 | 114 | 0.24 | 0.51 |
| Hex | 69 | 9F | 63 | 22 | 0 | 26 | 26 | 72 | 18 | 33 |
| Octal | 151 | 237 | 143 | 42 | 0 | 46 | 46 | 162 | 30 | 63 |
| Binary | 1101001 | 10011111 | 1100011 | 100010 | 0 | 100110 | 100110 | 1110010 | 11000 | 110011 |
Color Harmonies of #699F63
Complementary color
Monochromatic Colors of #699F63
Black with #699F63
Text Example
Text Example
White with #699F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F63; }
p { color: rgb(105,159,99); }
H1.HeaderClassName
{
color: #699F63;
}
.AnyTagClassName
{
color: #699F63;
}
</style>
background-color css
<style>
a { background-color: #699F63; }
a { background-color: rgb(105,159,99); }
div.DivClassName
{
background-color: #699F63;
}
.BgClassName
{
background-color: #699F63;
}
</style>
border-color css
<style>
span { border-color: #699F63; }
span { border-color: rgb(105,159,99); }
td.TdClassName
{
border-color: #699F63;
}
.TagClassName
{
border-color: #699F63;
}
</style>