Shades of Hippie Green #6C9C5D
Tints of Hippie Green #6C9C5D
RGB
CMYK
RGB Variations
Color information
#6C9C5D (or 0x6C9C5D) is known color: Hippie Green. HEX triplet: 6C, 9C and 5D. RGB value is (108,156,93). Sum of RGB (Red+Green+Blue) = 108+156+93=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9C5D is #9363A2. Grayscale: #868686. Windows color (decimal): -9659299 or 6134892. OLE color: 6134892.
HSL color Cylindrical-coordinate representation of color #6C9C5D: hue angle of 105.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C9C5D is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 156 | 93 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.39 |
| HSL | 105.71º | 0.25% | 0.49% | - |
| HSV(B) | 105.71º | 0.4% | 0.61% | - |
| XYZ | 20.05 | 27.76 | 14.66 | - |
| YUV | 134.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 156 | 93 | 0.31 | 0 | 0.40 | 0.39 | 105.71 | 0.25 | 0.49 |
| Hex | 6C | 9C | 5D | 1F | 0 | 28 | 27 | 6A | 19 | 31 |
| Octal | 154 | 234 | 135 | 37 | 0 | 50 | 47 | 152 | 31 | 61 |
| Binary | 1101100 | 10011100 | 1011101 | 11111 | 0 | 101000 | 100111 | 1101010 | 11001 | 110001 |
Color Harmonies of #6C9C5D
Complementary color
Monochromatic Colors of #6C9C5D
Black with #6C9C5D
Text Example
Text Example
White with #6C9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9C5D; }
p { color: rgb(108,156,93); }
H1.HeaderClassName
{
color: #6C9C5D;
}
.AnyTagClassName
{
color: #6C9C5D;
}
</style>
background-color css
<style>
a { background-color: #6C9C5D; }
a { background-color: rgb(108,156,93); }
div.DivClassName
{
background-color: #6C9C5D;
}
.BgClassName
{
background-color: #6C9C5D;
}
</style>
border-color css
<style>
span { border-color: #6C9C5D; }
span { border-color: rgb(108,156,93); }
td.TdClassName
{
border-color: #6C9C5D;
}
.TagClassName
{
border-color: #6C9C5D;
}
</style>