Shades of Hippie Green #67955C
Tints of Hippie Green #67955C
RGB
CMYK
RGB Variations
Color information
#67955C (or 0x67955C) is known color: Hippie Green. HEX triplet: 67, 95 and 5C. RGB value is (103,149,92). Sum of RGB (Red+Green+Blue) = 103+149+92=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #67955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67955C is #986AA3. Grayscale: #808080. Windows color (decimal): -9988772 or 6067559. OLE color: 6067559.
HSL color Cylindrical-coordinate representation of color #67955C: hue angle of 108.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67955C is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 92 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.42 |
| HSL | 108.42º | 0.24% | 0.47% | - |
| HSV(B) | 108.42º | 0.38% | 0.58% | - |
| XYZ | 18.27 | 25.15 | 14.02 | - |
| YUV | 128.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 92 | 0.31 | 0 | 0.38 | 0.42 | 108.42 | 0.24 | 0.47 |
| Hex | 67 | 95 | 5C | 1F | 0 | 26 | 2A | 6C | 18 | 2F |
| Octal | 147 | 225 | 134 | 37 | 0 | 46 | 52 | 154 | 30 | 57 |
| Binary | 1100111 | 10010101 | 1011100 | 11111 | 0 | 100110 | 101010 | 1101100 | 11000 | 101111 |
Color Harmonies of #67955C
Complementary color
Monochromatic Colors of #67955C
Black with #67955C
Text Example
Text Example
White with #67955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67955C; }
p { color: rgb(103,149,92); }
H1.HeaderClassName
{
color: #67955C;
}
.AnyTagClassName
{
color: #67955C;
}
</style>
background-color css
<style>
a { background-color: #67955C; }
a { background-color: rgb(103,149,92); }
div.DivClassName
{
background-color: #67955C;
}
.BgClassName
{
background-color: #67955C;
}
</style>
border-color css
<style>
span { border-color: #67955C; }
span { border-color: rgb(103,149,92); }
td.TdClassName
{
border-color: #67955C;
}
.TagClassName
{
border-color: #67955C;
}
</style>