Shades of Hippie Green #6B9063
Tints of Hippie Green #6B9063
RGB
CMYK
RGB Variations
Color information
#6B9063 (or 0x6B9063) is known color: Hippie Green. HEX triplet: 6B, 90 and 63. RGB value is (107,144,99). Sum of RGB (Red+Green+Blue) = 107+144+99=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9063 is #946F9C. Grayscale: #7F7F7F. Windows color (decimal): -9727901 or 6525035. OLE color: 6525035.
HSL color Cylindrical-coordinate representation of color #6B9063: hue angle of 109.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9063 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 99 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.44 |
| HSL | 109.33º | 0.19% | 0.48% | - |
| HSV(B) | 109.33º | 0.31% | 0.56% | - |
| XYZ | 18.29 | 23.97 | 15.47 | - |
| YUV | 127.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 99 | 0.26 | 0 | 0.31 | 0.44 | 109.33 | 0.19 | 0.48 |
| Hex | 6B | 90 | 63 | 1A | 0 | 1F | 2C | 6D | 13 | 30 |
| Octal | 153 | 220 | 143 | 32 | 0 | 37 | 54 | 155 | 23 | 60 |
| Binary | 1101011 | 10010000 | 1100011 | 11010 | 0 | 11111 | 101100 | 1101101 | 10011 | 110000 |
Color Harmonies of #6B9063
Complementary color
Monochromatic Colors of #6B9063
Black with #6B9063
Text Example
Text Example
White with #6B9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9063; }
p { color: rgb(107,144,99); }
H1.HeaderClassName
{
color: #6B9063;
}
.AnyTagClassName
{
color: #6B9063;
}
</style>
background-color css
<style>
a { background-color: #6B9063; }
a { background-color: rgb(107,144,99); }
div.DivClassName
{
background-color: #6B9063;
}
.BgClassName
{
background-color: #6B9063;
}
</style>
border-color css
<style>
span { border-color: #6B9063; }
span { border-color: rgb(107,144,99); }
td.TdClassName
{
border-color: #6B9063;
}
.TagClassName
{
border-color: #6B9063;
}
</style>