Shades of Christi #649D00
Tints of Christi #649D00
RGB
CMYK
RGB Variations
Color information
#649D00 (or 0x649D00) is known color: Christi. HEX triplet: 64, 9D and 00. RGB value is (100,157,0). Sum of RGB (Red+Green+Blue) = 100+157+0=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #649D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649D00 is #9B62FF. Grayscale: #7A7A7A. Windows color (decimal): -10183424 or 40292. OLE color: 40292.
HSL color Cylindrical-coordinate representation of color #649D00: hue angle of 81.78º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #649D00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.38 |
| HSL | 81.78º | 1% | 0.31% | - |
| HSV(B) | 81.78º | 1% | 0.62% | - |
| XYZ | 17.31 | 26.82 | 4.26 | - |
| YUV | 122.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 0 | 0.36 | 0 | 1 | 0.38 | 81.78 | 1 | 0.31 |
| Hex | 64 | 9D | 0 | 24 | 0 | 64 | 26 | 52 | 64 | 1F |
| Octal | 144 | 235 | 0 | 44 | 0 | 144 | 46 | 122 | 144 | 37 |
| Binary | 1100100 | 10011101 | 0 | 100100 | 0 | 1100100 | 100110 | 1010010 | 1100100 | 11111 |
Color Harmonies of #649D00
Complementary color
Monochromatic Colors of #649D00
Black with #649D00
Text Example
Text Example
White with #649D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D00; }
p { color: rgb(100,157,0); }
H1.HeaderClassName
{
color: #649D00;
}
.AnyTagClassName
{
color: #649D00;
}
</style>
background-color css
<style>
a { background-color: #649D00; }
a { background-color: rgb(100,157,0); }
div.DivClassName
{
background-color: #649D00;
}
.BgClassName
{
background-color: #649D00;
}
</style>
border-color css
<style>
span { border-color: #649D00; }
span { border-color: rgb(100,157,0); }
td.TdClassName
{
border-color: #649D00;
}
.TagClassName
{
border-color: #649D00;
}
</style>