Shades of Christi #65A411
Tints of Christi #65A411
RGB
CMYK
RGB Variations
Color information
#65A411 (or 0x65A411) is known color: Christi. HEX triplet: 65, A4 and 11. RGB value is (101,164,17). Sum of RGB (Red+Green+Blue) = 101+164+17=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #65A411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A411 is #9A5BEE. Grayscale: #808080. Windows color (decimal): -10116079 or 1156197. OLE color: 1156197.
HSL color Cylindrical-coordinate representation of color #65A411: hue angle of 85.71º 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 #65A411 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 164 | 17 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.36 |
| HSL | 85.71º | 0.81% | 0.35% | - |
| HSV(B) | 85.71º | 0.9% | 0.64% | - |
| XYZ | 18.74 | 29.36 | 5.21 | - |
| YUV | 128.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 164 | 17 | 0.38 | 0 | 0.90 | 0.36 | 85.71 | 0.81 | 0.35 |
| Hex | 65 | A4 | 11 | 26 | 0 | 5A | 24 | 56 | 51 | 23 |
| Octal | 145 | 244 | 21 | 46 | 0 | 132 | 44 | 126 | 121 | 43 |
| Binary | 1100101 | 10100100 | 10001 | 100110 | 0 | 1011010 | 100100 | 1010110 | 1010001 | 100011 |
Color Harmonies of #65A411
Complementary color
Monochromatic Colors of #65A411
Black with #65A411
Text Example
Text Example
White with #65A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A411; }
p { color: rgb(101,164,17); }
H1.HeaderClassName
{
color: #65A411;
}
.AnyTagClassName
{
color: #65A411;
}
</style>
background-color css
<style>
a { background-color: #65A411; }
a { background-color: rgb(101,164,17); }
div.DivClassName
{
background-color: #65A411;
}
.BgClassName
{
background-color: #65A411;
}
</style>
border-color css
<style>
span { border-color: #65A411; }
span { border-color: rgb(101,164,17); }
td.TdClassName
{
border-color: #65A411;
}
.TagClassName
{
border-color: #65A411;
}
</style>