Shades of Hippie Green #67925E
Tints of Hippie Green #67925E
RGB
CMYK
RGB Variations
Color information
#67925E (or 0x67925E) is known color: Hippie Green. HEX triplet: 67, 92 and 5E. RGB value is (103,146,94). Sum of RGB (Red+Green+Blue) = 103+146+94=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #67925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67925E is #986DA1. Grayscale: #7F7F7F. Windows color (decimal): -9989538 or 6197863. OLE color: 6197863.
HSL color Cylindrical-coordinate representation of color #67925E: hue angle of 109.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67925E is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 94 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.43 |
| HSL | 109.62º | 0.22% | 0.47% | - |
| HSV(B) | 109.62º | 0.36% | 0.57% | - |
| XYZ | 17.89 | 24.25 | 14.33 | - |
| YUV | 127.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 94 | 0.29 | 0 | 0.36 | 0.43 | 109.62 | 0.22 | 0.47 |
| Hex | 67 | 92 | 5E | 1D | 0 | 24 | 2B | 6E | 16 | 2F |
| Octal | 147 | 222 | 136 | 35 | 0 | 44 | 53 | 156 | 26 | 57 |
| Binary | 1100111 | 10010010 | 1011110 | 11101 | 0 | 100100 | 101011 | 1101110 | 10110 | 101111 |
Color Harmonies of #67925E
Complementary color
Monochromatic Colors of #67925E
Black with #67925E
Text Example
Text Example
White with #67925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67925E; }
p { color: rgb(103,146,94); }
H1.HeaderClassName
{
color: #67925E;
}
.AnyTagClassName
{
color: #67925E;
}
</style>
background-color css
<style>
a { background-color: #67925E; }
a { background-color: rgb(103,146,94); }
div.DivClassName
{
background-color: #67925E;
}
.BgClassName
{
background-color: #67925E;
}
</style>
border-color css
<style>
span { border-color: #67925E; }
span { border-color: rgb(103,146,94); }
td.TdClassName
{
border-color: #67925E;
}
.TagClassName
{
border-color: #67925E;
}
</style>