Shades of Christi #649F15
Tints of Christi #649F15
RGB
CMYK
RGB Variations
Color information
#649F15 (or 0x649F15) is known color: Christi. HEX triplet: 64, 9F and 15. RGB value is (100,159,21). Sum of RGB (Red+Green+Blue) = 100+159+21=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #649F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649F15 is #9B60EA. Grayscale: #7E7E7E. Windows color (decimal): -10182891 or 1417060. OLE color: 1417060.
HSL color Cylindrical-coordinate representation of color #649F15: hue angle of 85.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #649F15 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 21 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.38 |
| HSL | 85.65º | 0.77% | 0.35% | - |
| HSV(B) | 85.65º | 0.87% | 0.62% | - |
| XYZ | 17.79 | 27.56 | 5.09 | - |
| YUV | 125.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 21 | 0.37 | 0 | 0.87 | 0.38 | 85.65 | 0.77 | 0.35 |
| Hex | 64 | 9F | 15 | 25 | 0 | 57 | 26 | 56 | 4D | 23 |
| Octal | 144 | 237 | 25 | 45 | 0 | 127 | 46 | 126 | 115 | 43 |
| Binary | 1100100 | 10011111 | 10101 | 100101 | 0 | 1010111 | 100110 | 1010110 | 1001101 | 100011 |
Color Harmonies of #649F15
Complementary color
Monochromatic Colors of #649F15
Black with #649F15
Text Example
Text Example
White with #649F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F15; }
p { color: rgb(100,159,21); }
H1.HeaderClassName
{
color: #649F15;
}
.AnyTagClassName
{
color: #649F15;
}
</style>
background-color css
<style>
a { background-color: #649F15; }
a { background-color: rgb(100,159,21); }
div.DivClassName
{
background-color: #649F15;
}
.BgClassName
{
background-color: #649F15;
}
</style>
border-color css
<style>
span { border-color: #649F15; }
span { border-color: rgb(100,159,21); }
td.TdClassName
{
border-color: #649F15;
}
.TagClassName
{
border-color: #649F15;
}
</style>