Shades of Christi #65A717
Tints of Christi #65A717
RGB
CMYK
RGB Variations
Color information
#65A717 (or 0x65A717) is known color: Christi. HEX triplet: 65, A7 and 17. RGB value is (101,167,23). Sum of RGB (Red+Green+Blue) = 101+167+23=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #65A717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A717 is #9A58E8. Grayscale: #838383. Windows color (decimal): -10115305 or 1550181. OLE color: 1550181.
HSL color Cylindrical-coordinate representation of color #65A717: hue angle of 87.5º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65A717 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 23 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.35 |
| HSL | 87.5º | 0.76% | 0.37% | - |
| HSV(B) | 87.5º | 0.86% | 0.65% | - |
| XYZ | 19.34 | 30.47 | 5.67 | - |
| YUV | 130.85 | 67.13 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 23 | 0.40 | 0 | 0.86 | 0.35 | 87.5 | 0.76 | 0.37 |
| Hex | 65 | A7 | 17 | 28 | 0 | 56 | 23 | 57 | 4C | 25 |
| Octal | 145 | 247 | 27 | 50 | 0 | 126 | 43 | 127 | 114 | 45 |
| Binary | 1100101 | 10100111 | 10111 | 101000 | 0 | 1010110 | 100011 | 1010111 | 1001100 | 100101 |
Color Harmonies of #65A717
Complementary color
Monochromatic Colors of #65A717
Black with #65A717
Text Example
Text Example
White with #65A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A717; }
p { color: rgb(101,167,23); }
H1.HeaderClassName
{
color: #65A717;
}
.AnyTagClassName
{
color: #65A717;
}
</style>
background-color css
<style>
a { background-color: #65A717; }
a { background-color: rgb(101,167,23); }
div.DivClassName
{
background-color: #65A717;
}
.BgClassName
{
background-color: #65A717;
}
</style>
border-color css
<style>
span { border-color: #65A717; }
span { border-color: rgb(101,167,23); }
td.TdClassName
{
border-color: #65A717;
}
.TagClassName
{
border-color: #65A717;
}
</style>