Shades of Christi #65A711
Tints of Christi #65A711
RGB
CMYK
RGB Variations
Color information
#65A711 (or 0x65A711) is known color: Christi. HEX triplet: 65, A7 and 11. RGB value is (101,167,17). Sum of RGB (Red+Green+Blue) = 101+167+17=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #65A711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A711 is #9A58EE. Grayscale: #828282. Windows color (decimal): -10115311 or 1156965. OLE color: 1156965.
HSL color Cylindrical-coordinate representation of color #65A711: hue angle of 86.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65A711 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 17 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.35 |
| HSL | 86.4º | 0.82% | 0.36% | - |
| HSV(B) | 86.4º | 0.9% | 0.65% | - |
| XYZ | 19.29 | 30.44 | 5.39 | - |
| YUV | 130.17 | 64.13 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 17 | 0.40 | 0 | 0.90 | 0.35 | 86.4 | 0.82 | 0.36 |
| Hex | 65 | A7 | 11 | 28 | 0 | 5A | 23 | 56 | 52 | 24 |
| Octal | 145 | 247 | 21 | 50 | 0 | 132 | 43 | 126 | 122 | 44 |
| Binary | 1100101 | 10100111 | 10001 | 101000 | 0 | 1011010 | 100011 | 1010110 | 1010010 | 100100 |
Color Harmonies of #65A711
Complementary color
Monochromatic Colors of #65A711
Black with #65A711
Text Example
Text Example
White with #65A711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A711; }
p { color: rgb(101,167,17); }
H1.HeaderClassName
{
color: #65A711;
}
.AnyTagClassName
{
color: #65A711;
}
</style>
background-color css
<style>
a { background-color: #65A711; }
a { background-color: rgb(101,167,17); }
div.DivClassName
{
background-color: #65A711;
}
.BgClassName
{
background-color: #65A711;
}
</style>
border-color css
<style>
span { border-color: #65A711; }
span { border-color: rgb(101,167,17); }
td.TdClassName
{
border-color: #65A711;
}
.TagClassName
{
border-color: #65A711;
}
</style>