Shades of Hippie Green #57934A
Tints of Hippie Green #57934A
RGB
CMYK
RGB Variations
Color information
#57934A (or 0x57934A) is known color: Hippie Green. HEX triplet: 57, 93 and 4A. RGB value is (87,147,74). Sum of RGB (Red+Green+Blue) = 87+147+74=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #57934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57934A is #A86CB5. Grayscale: #787878. Windows color (decimal): -11037878 or 4887383. OLE color: 4887383.
HSL color Cylindrical-coordinate representation of color #57934A: hue angle of 109.32º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57934A is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 74 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.42 |
| HSL | 109.32º | 0.33% | 0.43% | - |
| HSV(B) | 109.32º | 0.5% | 0.58% | - |
| XYZ | 15.6 | 23.39 | 10.17 | - |
| YUV | 120.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 74 | 0.41 | 0 | 0.50 | 0.42 | 109.32 | 0.33 | 0.43 |
| Hex | 57 | 93 | 4A | 29 | 0 | 32 | 2A | 6D | 21 | 2B |
| Octal | 127 | 223 | 112 | 51 | 0 | 62 | 52 | 155 | 41 | 53 |
| Binary | 1010111 | 10010011 | 1001010 | 101001 | 0 | 110010 | 101010 | 1101101 | 100001 | 101011 |
Color Harmonies of #57934A
Complementary color
Monochromatic Colors of #57934A
Black with #57934A
Text Example
Text Example
White with #57934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57934A; }
p { color: rgb(87,147,74); }
H1.HeaderClassName
{
color: #57934A;
}
.AnyTagClassName
{
color: #57934A;
}
</style>
background-color css
<style>
a { background-color: #57934A; }
a { background-color: rgb(87,147,74); }
div.DivClassName
{
background-color: #57934A;
}
.BgClassName
{
background-color: #57934A;
}
</style>
border-color css
<style>
span { border-color: #57934A; }
span { border-color: rgb(87,147,74); }
td.TdClassName
{
border-color: #57934A;
}
.TagClassName
{
border-color: #57934A;
}
</style>