Shades of Hippie Green #6AA05B
Tints of Hippie Green #6AA05B
RGB
CMYK
RGB Variations
Color information
#6AA05B (or 0x6AA05B) is known color: Hippie Green. HEX triplet: 6A, A0 and 5B. RGB value is (106,160,91). Sum of RGB (Red+Green+Blue) = 106+160+91=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA05B is #955FA4. Grayscale: #888888. Windows color (decimal): -9789349 or 6004842. OLE color: 6004842.
HSL color Cylindrical-coordinate representation of color #6AA05B: hue angle of 106.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AA05B is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 91 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.37 |
| HSL | 106.96º | 0.27% | 0.49% | - |
| HSV(B) | 106.96º | 0.43% | 0.63% | - |
| XYZ | 20.4 | 28.96 | 14.41 | - |
| YUV | 135.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 91 | 0.34 | 0 | 0.43 | 0.37 | 106.96 | 0.27 | 0.49 |
| Hex | 6A | A0 | 5B | 22 | 0 | 2B | 25 | 6B | 1B | 31 |
| Octal | 152 | 240 | 133 | 42 | 0 | 53 | 45 | 153 | 33 | 61 |
| Binary | 1101010 | 10100000 | 1011011 | 100010 | 0 | 101011 | 100101 | 1101011 | 11011 | 110001 |
Color Harmonies of #6AA05B
Complementary color
Monochromatic Colors of #6AA05B
Black with #6AA05B
Text Example
Text Example
White with #6AA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA05B; }
p { color: rgb(106,160,91); }
H1.HeaderClassName
{
color: #6AA05B;
}
.AnyTagClassName
{
color: #6AA05B;
}
</style>
background-color css
<style>
a { background-color: #6AA05B; }
a { background-color: rgb(106,160,91); }
div.DivClassName
{
background-color: #6AA05B;
}
.BgClassName
{
background-color: #6AA05B;
}
</style>
border-color css
<style>
span { border-color: #6AA05B; }
span { border-color: rgb(106,160,91); }
td.TdClassName
{
border-color: #6AA05B;
}
.TagClassName
{
border-color: #6AA05B;
}
</style>