Shades of Hippie Green #6A9364
Tints of Hippie Green #6A9364
RGB
CMYK
RGB Variations
Color information
#6A9364 (or 0x6A9364) is known color: Hippie Green. HEX triplet: 6A, 93 and 64. RGB value is (106,147,100). Sum of RGB (Red+Green+Blue) = 106+147+100=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9364 is #956C9B. Grayscale: #818181. Windows color (decimal): -9792668 or 6591338. OLE color: 6591338.
HSL color Cylindrical-coordinate representation of color #6A9364: hue angle of 112.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9364 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 100 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.42 |
| HSL | 112.34º | 0.19% | 0.48% | - |
| HSV(B) | 112.34º | 0.32% | 0.58% | - |
| XYZ | 18.68 | 24.85 | 15.87 | - |
| YUV | 129.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 100 | 0.28 | 0 | 0.32 | 0.42 | 112.34 | 0.19 | 0.48 |
| Hex | 6A | 93 | 64 | 1C | 0 | 20 | 2A | 70 | 13 | 30 |
| Octal | 152 | 223 | 144 | 34 | 0 | 40 | 52 | 160 | 23 | 60 |
| Binary | 1101010 | 10010011 | 1100100 | 11100 | 0 | 100000 | 101010 | 1110000 | 10011 | 110000 |
Color Harmonies of #6A9364
Complementary color
Monochromatic Colors of #6A9364
Black with #6A9364
Text Example
Text Example
White with #6A9364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9364; }
p { color: rgb(106,147,100); }
H1.HeaderClassName
{
color: #6A9364;
}
.AnyTagClassName
{
color: #6A9364;
}
</style>
background-color css
<style>
a { background-color: #6A9364; }
a { background-color: rgb(106,147,100); }
div.DivClassName
{
background-color: #6A9364;
}
.BgClassName
{
background-color: #6A9364;
}
</style>
border-color css
<style>
span { border-color: #6A9364; }
span { border-color: rgb(106,147,100); }
td.TdClassName
{
border-color: #6A9364;
}
.TagClassName
{
border-color: #6A9364;
}
</style>