Shades of Hippie Green #69A25D
Tints of Hippie Green #69A25D
RGB
CMYK
RGB Variations
Color information
#69A25D (or 0x69A25D) is known color: Hippie Green. HEX triplet: 69, A2 and 5D. RGB value is (105,162,93). Sum of RGB (Red+Green+Blue) = 105+162+93=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #69A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A25D is #965DA2. Grayscale: #898989. Windows color (decimal): -9854371 or 6136425. OLE color: 6136425.
HSL color Cylindrical-coordinate representation of color #69A25D: hue angle of 109.57º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69A25D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 162 | 93 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.36 |
| HSL | 109.57º | 0.27% | 0.5% | - |
| HSV(B) | 109.57º | 0.43% | 0.64% | - |
| XYZ | 20.72 | 29.63 | 14.98 | - |
| YUV | 137.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 93 | 0.35 | 0 | 0.43 | 0.36 | 109.57 | 0.27 | 0.5 |
| Hex | 69 | A2 | 5D | 23 | 0 | 2B | 24 | 6E | 1B | 32 |
| Octal | 151 | 242 | 135 | 43 | 0 | 53 | 44 | 156 | 33 | 62 |
| Binary | 1101001 | 10100010 | 1011101 | 100011 | 0 | 101011 | 100100 | 1101110 | 11011 | 110010 |
Color Harmonies of #69A25D
Complementary color
Monochromatic Colors of #69A25D
Black with #69A25D
Text Example
Text Example
White with #69A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A25D; }
p { color: rgb(105,162,93); }
H1.HeaderClassName
{
color: #69A25D;
}
.AnyTagClassName
{
color: #69A25D;
}
</style>
background-color css
<style>
a { background-color: #69A25D; }
a { background-color: rgb(105,162,93); }
div.DivClassName
{
background-color: #69A25D;
}
.BgClassName
{
background-color: #69A25D;
}
</style>
border-color css
<style>
span { border-color: #69A25D; }
span { border-color: rgb(105,162,93); }
td.TdClassName
{
border-color: #69A25D;
}
.TagClassName
{
border-color: #69A25D;
}
</style>