Shades of Hippie Green #6A945A
Tints of Hippie Green #6A945A
RGB
CMYK
RGB Variations
Color information
#6A945A (or 0x6A945A) is known color: Hippie Green. HEX triplet: 6A, 94 and 5A. RGB value is (106,148,90). Sum of RGB (Red+Green+Blue) = 106+148+90=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #6A945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A945A is #956BA5. Grayscale: #818181. Windows color (decimal): -9792422 or 5936234. OLE color: 5936234.
HSL color Cylindrical-coordinate representation of color #6A945A: hue angle of 103.45º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A945A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 90 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.42 |
| HSL | 103.45º | 0.24% | 0.47% | - |
| HSV(B) | 103.45º | 0.39% | 0.58% | - |
| XYZ | 18.38 | 24.98 | 13.53 | - |
| YUV | 128.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 90 | 0.28 | 0 | 0.39 | 0.42 | 103.45 | 0.24 | 0.47 |
| Hex | 6A | 94 | 5A | 1C | 0 | 27 | 2A | 67 | 18 | 2F |
| Octal | 152 | 224 | 132 | 34 | 0 | 47 | 52 | 147 | 30 | 57 |
| Binary | 1101010 | 10010100 | 1011010 | 11100 | 0 | 100111 | 101010 | 1100111 | 11000 | 101111 |
Color Harmonies of #6A945A
Complementary color
Monochromatic Colors of #6A945A
Black with #6A945A
Text Example
Text Example
White with #6A945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A945A; }
p { color: rgb(106,148,90); }
H1.HeaderClassName
{
color: #6A945A;
}
.AnyTagClassName
{
color: #6A945A;
}
</style>
background-color css
<style>
a { background-color: #6A945A; }
a { background-color: rgb(106,148,90); }
div.DivClassName
{
background-color: #6A945A;
}
.BgClassName
{
background-color: #6A945A;
}
</style>
border-color css
<style>
span { border-color: #6A945A; }
span { border-color: rgb(106,148,90); }
td.TdClassName
{
border-color: #6A945A;
}
.TagClassName
{
border-color: #6A945A;
}
</style>