Shades of Hippie Green #6BA05D
Tints of Hippie Green #6BA05D
RGB
CMYK
RGB Variations
Color information
#6BA05D (or 0x6BA05D) is known color: Hippie Green. HEX triplet: 6B, A0 and 5D. RGB value is (107,160,93). Sum of RGB (Red+Green+Blue) = 107+160+93=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA05D is #945FA2. Grayscale: #888888. Windows color (decimal): -9723811 or 6135915. OLE color: 6135915.
HSL color Cylindrical-coordinate representation of color #6BA05D: hue angle of 107.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA05D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 93 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.37 |
| HSL | 107.46º | 0.26% | 0.5% | - |
| HSV(B) | 107.46º | 0.42% | 0.63% | - |
| XYZ | 20.61 | 29.06 | 14.88 | - |
| YUV | 136.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 93 | 0.33 | 0 | 0.42 | 0.37 | 107.46 | 0.26 | 0.5 |
| Hex | 6B | A0 | 5D | 21 | 0 | 2A | 25 | 6B | 1A | 32 |
| Octal | 153 | 240 | 135 | 41 | 0 | 52 | 45 | 153 | 32 | 62 |
| Binary | 1101011 | 10100000 | 1011101 | 100001 | 0 | 101010 | 100101 | 1101011 | 11010 | 110010 |
Color Harmonies of #6BA05D
Complementary color
Monochromatic Colors of #6BA05D
Black with #6BA05D
Text Example
Text Example
White with #6BA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA05D; }
p { color: rgb(107,160,93); }
H1.HeaderClassName
{
color: #6BA05D;
}
.AnyTagClassName
{
color: #6BA05D;
}
</style>
background-color css
<style>
a { background-color: #6BA05D; }
a { background-color: rgb(107,160,93); }
div.DivClassName
{
background-color: #6BA05D;
}
.BgClassName
{
background-color: #6BA05D;
}
</style>
border-color css
<style>
span { border-color: #6BA05D; }
span { border-color: rgb(107,160,93); }
td.TdClassName
{
border-color: #6BA05D;
}
.TagClassName
{
border-color: #6BA05D;
}
</style>