Shades of Hippie Green #67955A
Tints of Hippie Green #67955A
RGB
CMYK
RGB Variations
Color information
#67955A (or 0x67955A) is known color: Hippie Green. HEX triplet: 67, 95 and 5A. RGB value is (103,149,90). Sum of RGB (Red+Green+Blue) = 103+149+90=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #67955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67955A is #986AA5. Grayscale: #808080. Windows color (decimal): -9988774 or 5936487. OLE color: 5936487.
HSL color Cylindrical-coordinate representation of color #67955A: hue angle of 106.78º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67955A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 90 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.42 |
| HSL | 106.78º | 0.25% | 0.47% | - |
| HSV(B) | 106.78º | 0.4% | 0.58% | - |
| XYZ | 18.19 | 25.12 | 13.56 | - |
| YUV | 128.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 90 | 0.31 | 0 | 0.40 | 0.42 | 106.78 | 0.25 | 0.47 |
| Hex | 67 | 95 | 5A | 1F | 0 | 28 | 2A | 6B | 19 | 2F |
| Octal | 147 | 225 | 132 | 37 | 0 | 50 | 52 | 153 | 31 | 57 |
| Binary | 1100111 | 10010101 | 1011010 | 11111 | 0 | 101000 | 101010 | 1101011 | 11001 | 101111 |
Color Harmonies of #67955A
Complementary color
Monochromatic Colors of #67955A
Black with #67955A
Text Example
Text Example
White with #67955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67955A; }
p { color: rgb(103,149,90); }
H1.HeaderClassName
{
color: #67955A;
}
.AnyTagClassName
{
color: #67955A;
}
</style>
background-color css
<style>
a { background-color: #67955A; }
a { background-color: rgb(103,149,90); }
div.DivClassName
{
background-color: #67955A;
}
.BgClassName
{
background-color: #67955A;
}
</style>
border-color css
<style>
span { border-color: #67955A; }
span { border-color: rgb(103,149,90); }
td.TdClassName
{
border-color: #67955A;
}
.TagClassName
{
border-color: #67955A;
}
</style>