Shades of Hippie Green #6BA05C
Tints of Hippie Green #6BA05C
RGB
CMYK
RGB Variations
Color information
#6BA05C (or 0x6BA05C) is known color: Hippie Green. HEX triplet: 6B, A0 and 5C. RGB value is (107,160,92). Sum of RGB (Red+Green+Blue) = 107+160+92=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA05C is #945FA3. Grayscale: #888888. Windows color (decimal): -9723812 or 6070379. OLE color: 6070379.
HSL color Cylindrical-coordinate representation of color #6BA05C: hue angle of 106.76º 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 #6BA05C is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 92 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.37 |
| HSL | 106.76º | 0.27% | 0.49% | - |
| HSV(B) | 106.76º | 0.43% | 0.63% | - |
| XYZ | 20.57 | 29.04 | 14.65 | - |
| YUV | 136.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 92 | 0.33 | 0 | 0.43 | 0.37 | 106.76 | 0.27 | 0.49 |
| Hex | 6B | A0 | 5C | 21 | 0 | 2B | 25 | 6B | 1B | 31 |
| Octal | 153 | 240 | 134 | 41 | 0 | 53 | 45 | 153 | 33 | 61 |
| Binary | 1101011 | 10100000 | 1011100 | 100001 | 0 | 101011 | 100101 | 1101011 | 11011 | 110001 |
Color Harmonies of #6BA05C
Complementary color
Monochromatic Colors of #6BA05C
Black with #6BA05C
Text Example
Text Example
White with #6BA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA05C; }
p { color: rgb(107,160,92); }
H1.HeaderClassName
{
color: #6BA05C;
}
.AnyTagClassName
{
color: #6BA05C;
}
</style>
background-color css
<style>
a { background-color: #6BA05C; }
a { background-color: rgb(107,160,92); }
div.DivClassName
{
background-color: #6BA05C;
}
.BgClassName
{
background-color: #6BA05C;
}
</style>
border-color css
<style>
span { border-color: #6BA05C; }
span { border-color: rgb(107,160,92); }
td.TdClassName
{
border-color: #6BA05C;
}
.TagClassName
{
border-color: #6BA05C;
}
</style>