Shades of Hippie Green #6A8F66
Tints of Hippie Green #6A8F66
RGB
CMYK
RGB Variations
Color information
#6A8F66 (or 0x6A8F66) is known color: Hippie Green. HEX triplet: 6A, 8F and 66. RGB value is (106,143,102). Sum of RGB (Red+Green+Blue) = 106+143+102=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F66 is #957099. Grayscale: #7F7F7F. Windows color (decimal): -9793690 or 6721386. OLE color: 6721386.
HSL color Cylindrical-coordinate representation of color #6A8F66: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8F66 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
RGB | 106 | 143 | 102 | - |
CMYK | 0.26 | 0 | 0.29 | 0.44 |
HSL | 114.15º | 0.17% | 0.48% | - |
HSV(B) | 114.15º | 0.29% | 0.56% | - |
XYZ | 18.16 | 23.67 | 16.18 | - |
YUV | 127.26 | 113.74 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 143 | 102 | 0.26 | 0 | 0.29 | 0.44 | 114.15 | 0.17 | 0.48 |
Hex | 6A | 8F | 66 | 1A | 0 | 1D | 2C | 72 | 11 | 30 |
Octal | 152 | 217 | 146 | 32 | 0 | 35 | 54 | 162 | 21 | 60 |
Binary | 1101010 | 10001111 | 1100110 | 11010 | 0 | 11101 | 101100 | 1110010 | 10001 | 110000 |
Color Harmonies of #6A8F66
Complementary color
Monochromatic Colors of #6A8F66
Black with #6A8F66
Text Example
Text Example
White with #6A8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F66; }
p { color: rgb(106,143,102); }
H1.HeaderClassName
{
color: #6A8F66;
}
.AnyTagClassName
{
color: #6A8F66;
}
</style>
background-color css
<style>
a { background-color: #6A8F66; }
a { background-color: rgb(106,143,102); }
div.DivClassName
{
background-color: #6A8F66;
}
.BgClassName
{
background-color: #6A8F66;
}
</style>
border-color css
<style>
span { border-color: #6A8F66; }
span { border-color: rgb(106,143,102); }
td.TdClassName
{
border-color: #6A8F66;
}
.TagClassName
{
border-color: #6A8F66;
}
</style>