Shades of Hippie Green #6A965E
Tints of Hippie Green #6A965E
RGB
CMYK
RGB Variations
Color information
#6A965E (or 0x6A965E) is known color: Hippie Green. HEX triplet: 6A, 96 and 5E. RGB value is (106,150,94). Sum of RGB (Red+Green+Blue) = 106+150+94=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #6A965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A965E is #9569A1. Grayscale: #828282. Windows color (decimal): -9791906 or 6198890. OLE color: 6198890.
HSL color Cylindrical-coordinate representation of color #6A965E: hue angle of 107.14º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A965E is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 94 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.41 |
| HSL | 107.14º | 0.23% | 0.48% | - |
| HSV(B) | 107.14º | 0.37% | 0.59% | - |
| XYZ | 18.87 | 25.69 | 14.55 | - |
| YUV | 130.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 94 | 0.29 | 0 | 0.37 | 0.41 | 107.14 | 0.23 | 0.48 |
| Hex | 6A | 96 | 5E | 1D | 0 | 25 | 29 | 6B | 17 | 30 |
| Octal | 152 | 226 | 136 | 35 | 0 | 45 | 51 | 153 | 27 | 60 |
| Binary | 1101010 | 10010110 | 1011110 | 11101 | 0 | 100101 | 101001 | 1101011 | 10111 | 110000 |
Color Harmonies of #6A965E
Complementary color
Monochromatic Colors of #6A965E
Black with #6A965E
Text Example
Text Example
White with #6A965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A965E; }
p { color: rgb(106,150,94); }
H1.HeaderClassName
{
color: #6A965E;
}
.AnyTagClassName
{
color: #6A965E;
}
</style>
background-color css
<style>
a { background-color: #6A965E; }
a { background-color: rgb(106,150,94); }
div.DivClassName
{
background-color: #6A965E;
}
.BgClassName
{
background-color: #6A965E;
}
</style>
border-color css
<style>
span { border-color: #6A965E; }
span { border-color: rgb(106,150,94); }
td.TdClassName
{
border-color: #6A965E;
}
.TagClassName
{
border-color: #6A965E;
}
</style>