Shades of Hippie Green #699B5C
Tints of Hippie Green #699B5C
RGB
CMYK
RGB Variations
Color information
#699B5C (or 0x699B5C) is known color: Hippie Green. HEX triplet: 69, 9B and 5C. RGB value is (105,155,92). Sum of RGB (Red+Green+Blue) = 105+155+92=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #699B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B5C is #9664A3. Grayscale: #858585. Windows color (decimal): -9856164 or 6069097. OLE color: 6069097.
HSL color Cylindrical-coordinate representation of color #699B5C: hue angle of 107.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #699B5C is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 92 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.39 |
| HSL | 107.62º | 0.26% | 0.48% | - |
| HSV(B) | 107.62º | 0.41% | 0.61% | - |
| XYZ | 19.48 | 27.22 | 14.35 | - |
| YUV | 132.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 92 | 0.32 | 0 | 0.41 | 0.39 | 107.62 | 0.26 | 0.48 |
| Hex | 69 | 9B | 5C | 20 | 0 | 29 | 27 | 6C | 1A | 30 |
| Octal | 151 | 233 | 134 | 40 | 0 | 51 | 47 | 154 | 32 | 60 |
| Binary | 1101001 | 10011011 | 1011100 | 100000 | 0 | 101001 | 100111 | 1101100 | 11010 | 110000 |
Color Harmonies of #699B5C
Complementary color
Monochromatic Colors of #699B5C
Black with #699B5C
Text Example
Text Example
White with #699B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B5C; }
p { color: rgb(105,155,92); }
H1.HeaderClassName
{
color: #699B5C;
}
.AnyTagClassName
{
color: #699B5C;
}
</style>
background-color css
<style>
a { background-color: #699B5C; }
a { background-color: rgb(105,155,92); }
div.DivClassName
{
background-color: #699B5C;
}
.BgClassName
{
background-color: #699B5C;
}
</style>
border-color css
<style>
span { border-color: #699B5C; }
span { border-color: rgb(105,155,92); }
td.TdClassName
{
border-color: #699B5C;
}
.TagClassName
{
border-color: #699B5C;
}
</style>