Shades of Christi #60A415
Tints of Christi #60A415
RGB
CMYK
RGB Variations
Color information
#60A415 (or 0x60A415) is known color: Christi. HEX triplet: 60, A4 and 15. RGB value is (96,164,21). Sum of RGB (Red+Green+Blue) = 96+164+21=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #60A415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A415 is #9F5BEA. Grayscale: #7F7F7F. Windows color (decimal): -10443755 or 1418336. OLE color: 1418336.
HSL color Cylindrical-coordinate representation of color #60A415: hue angle of 88.53º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60A415 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 164 | 21 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.36 |
| HSL | 88.53º | 0.77% | 0.36% | - |
| HSV(B) | 88.53º | 0.87% | 0.64% | - |
| XYZ | 18.23 | 29.09 | 5.36 | - |
| YUV | 127.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 21 | 0.41 | 0 | 0.87 | 0.36 | 88.53 | 0.77 | 0.36 |
| Hex | 60 | A4 | 15 | 29 | 0 | 57 | 24 | 59 | 4D | 24 |
| Octal | 140 | 244 | 25 | 51 | 0 | 127 | 44 | 131 | 115 | 44 |
| Binary | 1100000 | 10100100 | 10101 | 101001 | 0 | 1010111 | 100100 | 1011001 | 1001101 | 100100 |
Color Harmonies of #60A415
Complementary color
Monochromatic Colors of #60A415
Black with #60A415
Text Example
Text Example
White with #60A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A415; }
p { color: rgb(96,164,21); }
H1.HeaderClassName
{
color: #60A415;
}
.AnyTagClassName
{
color: #60A415;
}
</style>
background-color css
<style>
a { background-color: #60A415; }
a { background-color: rgb(96,164,21); }
div.DivClassName
{
background-color: #60A415;
}
.BgClassName
{
background-color: #60A415;
}
</style>
border-color css
<style>
span { border-color: #60A415; }
span { border-color: rgb(96,164,21); }
td.TdClassName
{
border-color: #60A415;
}
.TagClassName
{
border-color: #60A415;
}
</style>