Shades of Christi #65A613
Tints of Christi #65A613
RGB
CMYK
RGB Variations
Color information
#65A613 (or 0x65A613) is known color: Christi. HEX triplet: 65, A6 and 13. RGB value is (101,166,19). Sum of RGB (Red+Green+Blue) = 101+166+19=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #65A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A613 is #9A59EC. Grayscale: #828282. Windows color (decimal): -10115565 or 1287781. OLE color: 1287781.
HSL color Cylindrical-coordinate representation of color #65A613: hue angle of 86.53º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65A613 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 19 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.35 |
| HSL | 86.53º | 0.79% | 0.36% | - |
| HSV(B) | 86.53º | 0.89% | 0.65% | - |
| XYZ | 19.12 | 30.09 | 5.42 | - |
| YUV | 129.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 19 | 0.39 | 0 | 0.89 | 0.35 | 86.53 | 0.79 | 0.36 |
| Hex | 65 | A6 | 13 | 27 | 0 | 59 | 23 | 57 | 4F | 24 |
| Octal | 145 | 246 | 23 | 47 | 0 | 131 | 43 | 127 | 117 | 44 |
| Binary | 1100101 | 10100110 | 10011 | 100111 | 0 | 1011001 | 100011 | 1010111 | 1001111 | 100100 |
Color Harmonies of #65A613
Complementary color
Monochromatic Colors of #65A613
Black with #65A613
Text Example
Text Example
White with #65A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A613; }
p { color: rgb(101,166,19); }
H1.HeaderClassName
{
color: #65A613;
}
.AnyTagClassName
{
color: #65A613;
}
</style>
background-color css
<style>
a { background-color: #65A613; }
a { background-color: rgb(101,166,19); }
div.DivClassName
{
background-color: #65A613;
}
.BgClassName
{
background-color: #65A613;
}
</style>
border-color css
<style>
span { border-color: #65A613; }
span { border-color: rgb(101,166,19); }
td.TdClassName
{
border-color: #65A613;
}
.TagClassName
{
border-color: #65A613;
}
</style>