Shades of Christi #65A005
Tints of Christi #65A005
RGB
CMYK
RGB Variations
Color information
#65A005 (or 0x65A005) is known color: Christi. HEX triplet: 65, A0 and 05. RGB value is (101,160,5). Sum of RGB (Red+Green+Blue) = 101+160+5=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #65A005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A005 is #9A5FFA. Grayscale: #7D7D7D. Windows color (decimal): -10117115 or 368741. OLE color: 368741.
HSL color Cylindrical-coordinate representation of color #65A005: hue angle of 82.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65A005 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.37 |
| HSL | 82.84º | 0.94% | 0.32% | - |
| HSV(B) | 82.84º | 0.97% | 0.63% | - |
| XYZ | 17.97 | 27.92 | 4.59 | - |
| YUV | 124.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 5 | 0.37 | 0 | 0.97 | 0.37 | 82.84 | 0.94 | 0.32 |
| Hex | 65 | A0 | 5 | 25 | 0 | 61 | 25 | 53 | 5E | 20 |
| Octal | 145 | 240 | 5 | 45 | 0 | 141 | 45 | 123 | 136 | 40 |
| Binary | 1100101 | 10100000 | 101 | 100101 | 0 | 1100001 | 100101 | 1010011 | 1011110 | 100000 |
Color Harmonies of #65A005
Complementary color
Monochromatic Colors of #65A005
Black with #65A005
Text Example
Text Example
White with #65A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A005; }
p { color: rgb(101,160,5); }
H1.HeaderClassName
{
color: #65A005;
}
.AnyTagClassName
{
color: #65A005;
}
</style>
background-color css
<style>
a { background-color: #65A005; }
a { background-color: rgb(101,160,5); }
div.DivClassName
{
background-color: #65A005;
}
.BgClassName
{
background-color: #65A005;
}
</style>
border-color css
<style>
span { border-color: #65A005; }
span { border-color: rgb(101,160,5); }
td.TdClassName
{
border-color: #65A005;
}
.TagClassName
{
border-color: #65A005;
}
</style>