Shades of Hippie Green #67A45C
Tints of Hippie Green #67A45C
RGB
CMYK
RGB Variations
Color information
#67A45C (or 0x67A45C) is known color: Hippie Green. HEX triplet: 67, A4 and 5C. RGB value is (103,164,92). Sum of RGB (Red+Green+Blue) = 103+164+92=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #67A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A45C is #985BA3. Grayscale: #898989. Windows color (decimal): -9984932 or 6071399. OLE color: 6071399.
HSL color Cylindrical-coordinate representation of color #67A45C: hue angle of 110.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67A45C is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 164 | 92 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.36 |
| HSL | 110.83º | 0.28% | 0.5% | - |
| HSV(B) | 110.83º | 0.44% | 0.64% | - |
| XYZ | 20.8 | 30.21 | 14.86 | - |
| YUV | 137.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 92 | 0.37 | 0 | 0.44 | 0.36 | 110.83 | 0.28 | 0.5 |
| Hex | 67 | A4 | 5C | 25 | 0 | 2C | 24 | 6F | 1C | 32 |
| Octal | 147 | 244 | 134 | 45 | 0 | 54 | 44 | 157 | 34 | 62 |
| Binary | 1100111 | 10100100 | 1011100 | 100101 | 0 | 101100 | 100100 | 1101111 | 11100 | 110010 |
Color Harmonies of #67A45C
Complementary color
Monochromatic Colors of #67A45C
Black with #67A45C
Text Example
Text Example
White with #67A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A45C; }
p { color: rgb(103,164,92); }
H1.HeaderClassName
{
color: #67A45C;
}
.AnyTagClassName
{
color: #67A45C;
}
</style>
background-color css
<style>
a { background-color: #67A45C; }
a { background-color: rgb(103,164,92); }
div.DivClassName
{
background-color: #67A45C;
}
.BgClassName
{
background-color: #67A45C;
}
</style>
border-color css
<style>
span { border-color: #67A45C; }
span { border-color: rgb(103,164,92); }
td.TdClassName
{
border-color: #67A45C;
}
.TagClassName
{
border-color: #67A45C;
}
</style>