Shades of Hippie Green #638263
Tints of Hippie Green #638263
RGB
CMYK
RGB Variations
Color information
#638263 (or 0x638263) is known color: Hippie Green. HEX triplet: 63, 82 and 63. RGB value is (99,130,99). Sum of RGB (Red+Green+Blue) = 99+130+99=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #638263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638263 is #9C7D9C. Grayscale: #757575. Windows color (decimal): -10255773 or 6521443. OLE color: 6521443.
HSL color Cylindrical-coordinate representation of color #638263: hue angle of 120º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638263 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 99 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.49 |
| HSL | 120º | 0.14% | 0.45% | - |
| HSV(B) | 120º | 0.24% | 0.51% | - |
| XYZ | 15.38 | 19.52 | 14.76 | - |
| YUV | 117.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 99 | 0.24 | 0 | 0.24 | 0.49 | 120 | 0.14 | 0.45 |
| Hex | 63 | 82 | 63 | 18 | 0 | 18 | 31 | 78 | E | 2D |
| Octal | 143 | 202 | 143 | 30 | 0 | 30 | 61 | 170 | 16 | 55 |
| Binary | 1100011 | 10000010 | 1100011 | 11000 | 0 | 11000 | 110001 | 1111000 | 1110 | 101101 |
Color Harmonies of #638263
Complementary color
Monochromatic Colors of #638263
Black with #638263
Text Example
Text Example
White with #638263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638263; }
p { color: rgb(99,130,99); }
H1.HeaderClassName
{
color: #638263;
}
.AnyTagClassName
{
color: #638263;
}
</style>
background-color css
<style>
a { background-color: #638263; }
a { background-color: rgb(99,130,99); }
div.DivClassName
{
background-color: #638263;
}
.BgClassName
{
background-color: #638263;
}
</style>
border-color css
<style>
span { border-color: #638263; }
span { border-color: rgb(99,130,99); }
td.TdClassName
{
border-color: #638263;
}
.TagClassName
{
border-color: #638263;
}
</style>