Shades of Christi #649D15
Tints of Christi #649D15
RGB
CMYK
RGB Variations
Color information
#649D15 (or 0x649D15) is known color: Christi. HEX triplet: 64, 9D and 15. RGB value is (100,157,21). Sum of RGB (Red+Green+Blue) = 100+157+21=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #649D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649D15 is #9B62EA. Grayscale: #7C7C7C. Windows color (decimal): -10183403 or 1416548. OLE color: 1416548.
HSL color Cylindrical-coordinate representation of color #649D15: hue angle of 85.15º degrees, saturation: 0.76, 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 #649D15 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 21 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.38 |
| HSL | 85.15º | 0.76% | 0.35% | - |
| HSV(B) | 85.15º | 0.87% | 0.62% | - |
| XYZ | 17.45 | 26.88 | 4.98 | - |
| YUV | 124.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 21 | 0.36 | 0 | 0.87 | 0.38 | 85.15 | 0.76 | 0.35 |
| Hex | 64 | 9D | 15 | 24 | 0 | 57 | 26 | 55 | 4C | 23 |
| Octal | 144 | 235 | 25 | 44 | 0 | 127 | 46 | 125 | 114 | 43 |
| Binary | 1100100 | 10011101 | 10101 | 100100 | 0 | 1010111 | 100110 | 1010101 | 1001100 | 100011 |
Color Harmonies of #649D15
Complementary color
Monochromatic Colors of #649D15
Black with #649D15
Text Example
Text Example
White with #649D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D15; }
p { color: rgb(100,157,21); }
H1.HeaderClassName
{
color: #649D15;
}
.AnyTagClassName
{
color: #649D15;
}
</style>
background-color css
<style>
a { background-color: #649D15; }
a { background-color: rgb(100,157,21); }
div.DivClassName
{
background-color: #649D15;
}
.BgClassName
{
background-color: #649D15;
}
</style>
border-color css
<style>
span { border-color: #649D15; }
span { border-color: rgb(100,157,21); }
td.TdClassName
{
border-color: #649D15;
}
.TagClassName
{
border-color: #649D15;
}
</style>