Shades of Christi #65A311
Tints of Christi #65A311
RGB
CMYK
RGB Variations
Color information
#65A311 (or 0x65A311) is known color: Christi. HEX triplet: 65, A3 and 11. RGB value is (101,163,17). Sum of RGB (Red+Green+Blue) = 101+163+17=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #65A311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A311 is #9A5CEE. Grayscale: #808080. Windows color (decimal): -10116335 or 1155941. OLE color: 1155941.
HSL color Cylindrical-coordinate representation of color #65A311: hue angle of 85.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65A311 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 17 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.36 |
| HSL | 85.48º | 0.81% | 0.35% | - |
| HSV(B) | 85.48º | 0.9% | 0.64% | - |
| XYZ | 18.57 | 29 | 5.15 | - |
| YUV | 127.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 17 | 0.38 | 0 | 0.90 | 0.36 | 85.48 | 0.81 | 0.35 |
| Hex | 65 | A3 | 11 | 26 | 0 | 5A | 24 | 55 | 51 | 23 |
| Octal | 145 | 243 | 21 | 46 | 0 | 132 | 44 | 125 | 121 | 43 |
| Binary | 1100101 | 10100011 | 10001 | 100110 | 0 | 1011010 | 100100 | 1010101 | 1010001 | 100011 |
Color Harmonies of #65A311
Complementary color
Monochromatic Colors of #65A311
Black with #65A311
Text Example
Text Example
White with #65A311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A311; }
p { color: rgb(101,163,17); }
H1.HeaderClassName
{
color: #65A311;
}
.AnyTagClassName
{
color: #65A311;
}
</style>
background-color css
<style>
a { background-color: #65A311; }
a { background-color: rgb(101,163,17); }
div.DivClassName
{
background-color: #65A311;
}
.BgClassName
{
background-color: #65A311;
}
</style>
border-color css
<style>
span { border-color: #65A311; }
span { border-color: rgb(101,163,17); }
td.TdClassName
{
border-color: #65A311;
}
.TagClassName
{
border-color: #65A311;
}
</style>