Shades of Hippie Green #6A9964
Tints of Hippie Green #6A9964
RGB
CMYK
RGB Variations
Color information
#6A9964 (or 0x6A9964) is known color: Hippie Green. HEX triplet: 6A, 99 and 64. RGB value is (106,153,100). Sum of RGB (Red+Green+Blue) = 106+153+100=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9964 is #95669B. Grayscale: #858585. Windows color (decimal): -9791132 or 6592874. OLE color: 6592874.
HSL color Cylindrical-coordinate representation of color #6A9964: hue angle of 113.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A9964 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 100 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.4 |
| HSL | 113.21º | 0.21% | 0.5% | - |
| HSV(B) | 113.21º | 0.35% | 0.6% | - |
| XYZ | 19.64 | 26.77 | 16.19 | - |
| YUV | 132.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 100 | 0.31 | 0 | 0.35 | 0.4 | 113.21 | 0.21 | 0.5 |
| Hex | 6A | 99 | 64 | 1F | 0 | 23 | 28 | 71 | 15 | 32 |
| Octal | 152 | 231 | 144 | 37 | 0 | 43 | 50 | 161 | 25 | 62 |
| Binary | 1101010 | 10011001 | 1100100 | 11111 | 0 | 100011 | 101000 | 1110001 | 10101 | 110010 |
Color Harmonies of #6A9964
Complementary color
Monochromatic Colors of #6A9964
Black with #6A9964
Text Example
Text Example
White with #6A9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9964; }
p { color: rgb(106,153,100); }
H1.HeaderClassName
{
color: #6A9964;
}
.AnyTagClassName
{
color: #6A9964;
}
</style>
background-color css
<style>
a { background-color: #6A9964; }
a { background-color: rgb(106,153,100); }
div.DivClassName
{
background-color: #6A9964;
}
.BgClassName
{
background-color: #6A9964;
}
</style>
border-color css
<style>
span { border-color: #6A9964; }
span { border-color: rgb(106,153,100); }
td.TdClassName
{
border-color: #6A9964;
}
.TagClassName
{
border-color: #6A9964;
}
</style>