Shades of Hippie Green #638C5A
Tints of Hippie Green #638C5A
RGB
CMYK
RGB Variations
Color information
#638C5A (or 0x638C5A) is known color: Hippie Green. HEX triplet: 63, 8C and 5A. RGB value is (99,140,90). Sum of RGB (Red+Green+Blue) = 99+140+90=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #638C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C5A is #9C73A5. Grayscale: #7A7A7A. Windows color (decimal): -10253222 or 5934179. OLE color: 5934179.
HSL color Cylindrical-coordinate representation of color #638C5A: hue angle of 109.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #638C5A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 140 | 90 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.45 |
| HSL | 109.2º | 0.22% | 0.45% | - |
| HSV(B) | 109.2º | 0.36% | 0.55% | - |
| XYZ | 16.37 | 22.15 | 13.08 | - |
| YUV | 122.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 90 | 0.29 | 0 | 0.36 | 0.45 | 109.2 | 0.22 | 0.45 |
| Hex | 63 | 8C | 5A | 1D | 0 | 24 | 2D | 6D | 16 | 2D |
| Octal | 143 | 214 | 132 | 35 | 0 | 44 | 55 | 155 | 26 | 55 |
| Binary | 1100011 | 10001100 | 1011010 | 11101 | 0 | 100100 | 101101 | 1101101 | 10110 | 101101 |
Color Harmonies of #638C5A
Complementary color
Monochromatic Colors of #638C5A
Black with #638C5A
Text Example
Text Example
White with #638C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638C5A; }
p { color: rgb(99,140,90); }
H1.HeaderClassName
{
color: #638C5A;
}
.AnyTagClassName
{
color: #638C5A;
}
</style>
background-color css
<style>
a { background-color: #638C5A; }
a { background-color: rgb(99,140,90); }
div.DivClassName
{
background-color: #638C5A;
}
.BgClassName
{
background-color: #638C5A;
}
</style>
border-color css
<style>
span { border-color: #638C5A; }
span { border-color: rgb(99,140,90); }
td.TdClassName
{
border-color: #638C5A;
}
.TagClassName
{
border-color: #638C5A;
}
</style>