Shades of Christi #60A313
Tints of Christi #60A313
RGB
CMYK
RGB Variations
Color information
#60A313 (or 0x60A313) is known color: Christi. HEX triplet: 60, A3 and 13. RGB value is (96,163,19). Sum of RGB (Red+Green+Blue) = 96+163+19=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #60A313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A313 is #9F5CEC. Grayscale: #7F7F7F. Windows color (decimal): -10444013 or 1287008. OLE color: 1287008.
HSL color Cylindrical-coordinate representation of color #60A313: hue angle of 87.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60A313 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 19 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.36 |
| HSL | 87.92º | 0.79% | 0.36% | - |
| HSV(B) | 87.92º | 0.88% | 0.64% | - |
| XYZ | 18.04 | 28.73 | 5.21 | - |
| YUV | 126.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 19 | 0.41 | 0 | 0.88 | 0.36 | 87.92 | 0.79 | 0.36 |
| Hex | 60 | A3 | 13 | 29 | 0 | 58 | 24 | 58 | 4F | 24 |
| Octal | 140 | 243 | 23 | 51 | 0 | 130 | 44 | 130 | 117 | 44 |
| Binary | 1100000 | 10100011 | 10011 | 101001 | 0 | 1011000 | 100100 | 1011000 | 1001111 | 100100 |
Color Harmonies of #60A313
Complementary color
Monochromatic Colors of #60A313
Black with #60A313
Text Example
Text Example
White with #60A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A313; }
p { color: rgb(96,163,19); }
H1.HeaderClassName
{
color: #60A313;
}
.AnyTagClassName
{
color: #60A313;
}
</style>
background-color css
<style>
a { background-color: #60A313; }
a { background-color: rgb(96,163,19); }
div.DivClassName
{
background-color: #60A313;
}
.BgClassName
{
background-color: #60A313;
}
</style>
border-color css
<style>
span { border-color: #60A313; }
span { border-color: rgb(96,163,19); }
td.TdClassName
{
border-color: #60A313;
}
.TagClassName
{
border-color: #60A313;
}
</style>