Shades of Hippie Green #69975E
Tints of Hippie Green #69975E
RGB
CMYK
RGB Variations
Color information
#69975E (or 0x69975E) is known color: Hippie Green. HEX triplet: 69, 97 and 5E. RGB value is (105,151,94). Sum of RGB (Red+Green+Blue) = 105+151+94=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #69975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69975E is #9668A1. Grayscale: #828282. Windows color (decimal): -9857186 or 6199145. OLE color: 6199145.
HSL color Cylindrical-coordinate representation of color #69975E: hue angle of 108.42º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69975E is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 94 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.41 |
| HSL | 108.42º | 0.23% | 0.48% | - |
| HSV(B) | 108.42º | 0.38% | 0.59% | - |
| XYZ | 18.91 | 25.94 | 14.6 | - |
| YUV | 130.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 94 | 0.30 | 0 | 0.38 | 0.41 | 108.42 | 0.23 | 0.48 |
| Hex | 69 | 97 | 5E | 1E | 0 | 26 | 29 | 6C | 17 | 30 |
| Octal | 151 | 227 | 136 | 36 | 0 | 46 | 51 | 154 | 27 | 60 |
| Binary | 1101001 | 10010111 | 1011110 | 11110 | 0 | 100110 | 101001 | 1101100 | 10111 | 110000 |
Color Harmonies of #69975E
Complementary color
Monochromatic Colors of #69975E
Black with #69975E
Text Example
Text Example
White with #69975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69975E; }
p { color: rgb(105,151,94); }
H1.HeaderClassName
{
color: #69975E;
}
.AnyTagClassName
{
color: #69975E;
}
</style>
background-color css
<style>
a { background-color: #69975E; }
a { background-color: rgb(105,151,94); }
div.DivClassName
{
background-color: #69975E;
}
.BgClassName
{
background-color: #69975E;
}
</style>
border-color css
<style>
span { border-color: #69975E; }
span { border-color: rgb(105,151,94); }
td.TdClassName
{
border-color: #69975E;
}
.TagClassName
{
border-color: #69975E;
}
</style>