Shades of Christi #64B717
Tints of Christi #64B717
RGB
CMYK
RGB Variations
Color information
#64B717 (or 0x64B717) is known color: Christi. HEX triplet: 64, B7 and 17. RGB value is (100,183,23). Sum of RGB (Red+Green+Blue) = 100+183+23=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #64B717 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B717 is #9B48E8. Grayscale: #8C8C8C. Windows color (decimal): -10176745 or 1554276. OLE color: 1554276.
HSL color Cylindrical-coordinate representation of color #64B717: hue angle of 91.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64B717 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 23 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.28 |
| HSL | 91.13º | 0.78% | 0.4% | - |
| HSV(B) | 91.13º | 0.87% | 0.72% | - |
| XYZ | 22.34 | 36.64 | 6.7 | - |
| YUV | 139.94 | 62 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 23 | 0.45 | 0 | 0.87 | 0.28 | 91.13 | 0.78 | 0.4 |
| Hex | 64 | B7 | 17 | 2D | 0 | 57 | 1C | 5B | 4E | 28 |
| Octal | 144 | 267 | 27 | 55 | 0 | 127 | 34 | 133 | 116 | 50 |
| Binary | 1100100 | 10110111 | 10111 | 101101 | 0 | 1010111 | 11100 | 1011011 | 1001110 | 101000 |
Color Harmonies of #64B717
Complementary color
Monochromatic Colors of #64B717
Black with #64B717
Text Example
Text Example
White with #64B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B717; }
p { color: rgb(100,183,23); }
H1.HeaderClassName
{
color: #64B717;
}
.AnyTagClassName
{
color: #64B717;
}
</style>
background-color css
<style>
a { background-color: #64B717; }
a { background-color: rgb(100,183,23); }
div.DivClassName
{
background-color: #64B717;
}
.BgClassName
{
background-color: #64B717;
}
</style>
border-color css
<style>
span { border-color: #64B717; }
span { border-color: rgb(100,183,23); }
td.TdClassName
{
border-color: #64B717;
}
.TagClassName
{
border-color: #64B717;
}
</style>