Shades of Hippie Green #6C9A5D
Tints of Hippie Green #6C9A5D
RGB
CMYK
RGB Variations
Color information
#6C9A5D (or 0x6C9A5D) is known color: Hippie Green. HEX triplet: 6C, 9A and 5D. RGB value is (108,154,93). Sum of RGB (Red+Green+Blue) = 108+154+93=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9A5D is #9365A2. Grayscale: #858585. Windows color (decimal): -9659811 or 6134380. OLE color: 6134380.
HSL color Cylindrical-coordinate representation of color #6C9A5D: hue angle of 105.25º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C9A5D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 93 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.40 |
| HSL | 105.25º | 0.25% | 0.48% | - |
| HSV(B) | 105.25º | 0.4% | 0.6% | - |
| XYZ | 19.72 | 27.09 | 14.55 | - |
| YUV | 133.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 93 | 0.30 | 0 | 0.40 | 0.40 | 105.25 | 0.25 | 0.48 |
| Hex | 6C | 9A | 5D | 1E | 0 | 28 | 28 | 69 | 19 | 30 |
| Octal | 154 | 232 | 135 | 36 | 0 | 50 | 50 | 151 | 31 | 60 |
| Binary | 1101100 | 10011010 | 1011101 | 11110 | 0 | 101000 | 101000 | 1101001 | 11001 | 110000 |
Color Harmonies of #6C9A5D
Complementary color
Monochromatic Colors of #6C9A5D
Black with #6C9A5D
Text Example
Text Example
White with #6C9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A5D; }
p { color: rgb(108,154,93); }
H1.HeaderClassName
{
color: #6C9A5D;
}
.AnyTagClassName
{
color: #6C9A5D;
}
</style>
background-color css
<style>
a { background-color: #6C9A5D; }
a { background-color: rgb(108,154,93); }
div.DivClassName
{
background-color: #6C9A5D;
}
.BgClassName
{
background-color: #6C9A5D;
}
</style>
border-color css
<style>
span { border-color: #6C9A5D; }
span { border-color: rgb(108,154,93); }
td.TdClassName
{
border-color: #6C9A5D;
}
.TagClassName
{
border-color: #6C9A5D;
}
</style>