Shades of Christi #65A019
Tints of Christi #65A019
RGB
CMYK
RGB Variations
Color information
#65A019 (or 0x65A019) is known color: Christi. HEX triplet: 65, A0 and 19. RGB value is (101,160,25). Sum of RGB (Red+Green+Blue) = 101+160+25=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #65A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A019 is #9A5FE6. Grayscale: #7F7F7F. Windows color (decimal): -10117095 or 1679461. OLE color: 1679461.
HSL color Cylindrical-coordinate representation of color #65A019: hue angle of 86.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65A019 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 25 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.37 |
| HSL | 86.22º | 0.73% | 0.36% | - |
| HSV(B) | 86.22º | 0.84% | 0.63% | - |
| XYZ | 18.11 | 27.98 | 5.37 | - |
| YUV | 126.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 25 | 0.37 | 0 | 0.84 | 0.37 | 86.22 | 0.73 | 0.36 |
| Hex | 65 | A0 | 19 | 25 | 0 | 54 | 25 | 56 | 49 | 24 |
| Octal | 145 | 240 | 31 | 45 | 0 | 124 | 45 | 126 | 111 | 44 |
| Binary | 1100101 | 10100000 | 11001 | 100101 | 0 | 1010100 | 100101 | 1010110 | 1001001 | 100100 |
Color Harmonies of #65A019
Complementary color
Monochromatic Colors of #65A019
Black with #65A019
Text Example
Text Example
White with #65A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A019; }
p { color: rgb(101,160,25); }
H1.HeaderClassName
{
color: #65A019;
}
.AnyTagClassName
{
color: #65A019;
}
</style>
background-color css
<style>
a { background-color: #65A019; }
a { background-color: rgb(101,160,25); }
div.DivClassName
{
background-color: #65A019;
}
.BgClassName
{
background-color: #65A019;
}
</style>
border-color css
<style>
span { border-color: #65A019; }
span { border-color: rgb(101,160,25); }
td.TdClassName
{
border-color: #65A019;
}
.TagClassName
{
border-color: #65A019;
}
</style>