Shades of Hippie Green #69905E
Tints of Hippie Green #69905E
RGB
CMYK
RGB Variations
Color information
#69905E (or 0x69905E) is known color: Hippie Green. HEX triplet: 69, 90 and 5E. RGB value is (105,144,94). Sum of RGB (Red+Green+Blue) = 105+144+94=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #69905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69905E is #966FA1. Grayscale: #7E7E7E. Windows color (decimal): -9858978 or 6197353. OLE color: 6197353.
HSL color Cylindrical-coordinate representation of color #69905E: hue angle of 106.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69905E is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 94 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.44 |
| HSL | 106.8º | 0.21% | 0.47% | - |
| HSV(B) | 106.8º | 0.35% | 0.56% | - |
| XYZ | 17.82 | 23.76 | 14.24 | - |
| YUV | 126.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 94 | 0.27 | 0 | 0.35 | 0.44 | 106.8 | 0.21 | 0.47 |
| Hex | 69 | 90 | 5E | 1B | 0 | 23 | 2C | 6B | 15 | 2F |
| Octal | 151 | 220 | 136 | 33 | 0 | 43 | 54 | 153 | 25 | 57 |
| Binary | 1101001 | 10010000 | 1011110 | 11011 | 0 | 100011 | 101100 | 1101011 | 10101 | 101111 |
Color Harmonies of #69905E
Complementary color
Monochromatic Colors of #69905E
Black with #69905E
Text Example
Text Example
White with #69905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69905E; }
p { color: rgb(105,144,94); }
H1.HeaderClassName
{
color: #69905E;
}
.AnyTagClassName
{
color: #69905E;
}
</style>
background-color css
<style>
a { background-color: #69905E; }
a { background-color: rgb(105,144,94); }
div.DivClassName
{
background-color: #69905E;
}
.BgClassName
{
background-color: #69905E;
}
</style>
border-color css
<style>
span { border-color: #69905E; }
span { border-color: rgb(105,144,94); }
td.TdClassName
{
border-color: #69905E;
}
.TagClassName
{
border-color: #69905E;
}
</style>