Shades of Hippie Green #69885E
Tints of Hippie Green #69885E
RGB
CMYK
RGB Variations
Color information
#69885E (or 0x69885E) is known color: Hippie Green. HEX triplet: 69, 88 and 5E. RGB value is (105,136,94). Sum of RGB (Red+Green+Blue) = 105+136+94=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #69885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69885E is #9677A1. Grayscale: #7A7A7A. Windows color (decimal): -9861026 or 6195305. OLE color: 6195305.
HSL color Cylindrical-coordinate representation of color #69885E: hue angle of 104.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69885E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 94 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.47 |
| HSL | 104.29º | 0.18% | 0.45% | - |
| HSV(B) | 104.29º | 0.31% | 0.53% | - |
| XYZ | 16.65 | 21.42 | 13.85 | - |
| YUV | 121.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 94 | 0.23 | 0 | 0.31 | 0.47 | 104.29 | 0.18 | 0.45 |
| Hex | 69 | 88 | 5E | 17 | 0 | 1F | 2F | 68 | 12 | 2D |
| Octal | 151 | 210 | 136 | 27 | 0 | 37 | 57 | 150 | 22 | 55 |
| Binary | 1101001 | 10001000 | 1011110 | 10111 | 0 | 11111 | 101111 | 1101000 | 10010 | 101101 |
Color Harmonies of #69885E
Complementary color
Monochromatic Colors of #69885E
Black with #69885E
Text Example
Text Example
White with #69885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69885E; }
p { color: rgb(105,136,94); }
H1.HeaderClassName
{
color: #69885E;
}
.AnyTagClassName
{
color: #69885E;
}
</style>
background-color css
<style>
a { background-color: #69885E; }
a { background-color: rgb(105,136,94); }
div.DivClassName
{
background-color: #69885E;
}
.BgClassName
{
background-color: #69885E;
}
</style>
border-color css
<style>
span { border-color: #69885E; }
span { border-color: rgb(105,136,94); }
td.TdClassName
{
border-color: #69885E;
}
.TagClassName
{
border-color: #69885E;
}
</style>