Shades of Hippie Green #69885D
Tints of Hippie Green #69885D
RGB
CMYK
RGB Variations
Color information
#69885D (or 0x69885D) is known color: Hippie Green. HEX triplet: 69, 88 and 5D. RGB value is (105,136,93). Sum of RGB (Red+Green+Blue) = 105+136+93=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #69885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69885D is #9677A2. Grayscale: #797979. Windows color (decimal): -9861027 or 6129769. OLE color: 6129769.
HSL color Cylindrical-coordinate representation of color #69885D: hue angle of 103.26º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69885D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 93 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.47 |
| HSL | 103.26º | 0.19% | 0.45% | - |
| HSV(B) | 103.26º | 0.32% | 0.53% | - |
| XYZ | 16.61 | 21.4 | 13.61 | - |
| YUV | 121.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 93 | 0.23 | 0 | 0.32 | 0.47 | 103.26 | 0.19 | 0.45 |
| Hex | 69 | 88 | 5D | 17 | 0 | 20 | 2F | 67 | 13 | 2D |
| Octal | 151 | 210 | 135 | 27 | 0 | 40 | 57 | 147 | 23 | 55 |
| Binary | 1101001 | 10001000 | 1011101 | 10111 | 0 | 100000 | 101111 | 1100111 | 10011 | 101101 |
Color Harmonies of #69885D
Complementary color
Monochromatic Colors of #69885D
Black with #69885D
Text Example
Text Example
White with #69885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69885D; }
p { color: rgb(105,136,93); }
H1.HeaderClassName
{
color: #69885D;
}
.AnyTagClassName
{
color: #69885D;
}
</style>
background-color css
<style>
a { background-color: #69885D; }
a { background-color: rgb(105,136,93); }
div.DivClassName
{
background-color: #69885D;
}
.BgClassName
{
background-color: #69885D;
}
</style>
border-color css
<style>
span { border-color: #69885D; }
span { border-color: rgb(105,136,93); }
td.TdClassName
{
border-color: #69885D;
}
.TagClassName
{
border-color: #69885D;
}
</style>