Shades of Christi #65A319
Tints of Christi #65A319
RGB
CMYK
RGB Variations
Color information
#65A319 (or 0x65A319) is known color: Christi. HEX triplet: 65, A3 and 19. RGB value is (101,163,25). Sum of RGB (Red+Green+Blue) = 101+163+25=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #65A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A319 is #9A5CE6. Grayscale: #818181. Windows color (decimal): -10116327 or 1680229. OLE color: 1680229.
HSL color Cylindrical-coordinate representation of color #65A319: hue angle of 86.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65A319 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 25 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.36 |
| HSL | 86.96º | 0.73% | 0.37% | - |
| HSV(B) | 86.96º | 0.85% | 0.64% | - |
| XYZ | 18.64 | 29.03 | 5.54 | - |
| YUV | 128.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 25 | 0.38 | 0 | 0.85 | 0.36 | 86.96 | 0.73 | 0.37 |
| Hex | 65 | A3 | 19 | 26 | 0 | 55 | 24 | 57 | 49 | 25 |
| Octal | 145 | 243 | 31 | 46 | 0 | 125 | 44 | 127 | 111 | 45 |
| Binary | 1100101 | 10100011 | 11001 | 100110 | 0 | 1010101 | 100100 | 1010111 | 1001001 | 100101 |
Color Harmonies of #65A319
Complementary color
Monochromatic Colors of #65A319
Black with #65A319
Text Example
Text Example
White with #65A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A319; }
p { color: rgb(101,163,25); }
H1.HeaderClassName
{
color: #65A319;
}
.AnyTagClassName
{
color: #65A319;
}
</style>
background-color css
<style>
a { background-color: #65A319; }
a { background-color: rgb(101,163,25); }
div.DivClassName
{
background-color: #65A319;
}
.BgClassName
{
background-color: #65A319;
}
</style>
border-color css
<style>
span { border-color: #65A319; }
span { border-color: rgb(101,163,25); }
td.TdClassName
{
border-color: #65A319;
}
.TagClassName
{
border-color: #65A319;
}
</style>