Shades of Christi #60A613
Tints of Christi #60A613
RGB
CMYK
RGB Variations
Color information
#60A613 (or 0x60A613) is known color: Christi. HEX triplet: 60, A6 and 13. RGB value is (96,166,19). Sum of RGB (Red+Green+Blue) = 96+166+19=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #60A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A613 is #9F59EC. Grayscale: #808080. Windows color (decimal): -10443245 or 1287776. OLE color: 1287776.
HSL color Cylindrical-coordinate representation of color #60A613: hue angle of 88.57º 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 #60A613 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 19 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.35 |
| HSL | 88.57º | 0.79% | 0.36% | - |
| HSV(B) | 88.57º | 0.89% | 0.65% | - |
| XYZ | 18.58 | 29.81 | 5.39 | - |
| YUV | 128.31 | 66.31 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 19 | 0.42 | 0 | 0.89 | 0.35 | 88.57 | 0.79 | 0.36 |
| Hex | 60 | A6 | 13 | 2A | 0 | 59 | 23 | 59 | 4F | 24 |
| Octal | 140 | 246 | 23 | 52 | 0 | 131 | 43 | 131 | 117 | 44 |
| Binary | 1100000 | 10100110 | 10011 | 101010 | 0 | 1011001 | 100011 | 1011001 | 1001111 | 100100 |
Color Harmonies of #60A613
Complementary color
Monochromatic Colors of #60A613
Black with #60A613
Text Example
Text Example
White with #60A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A613; }
p { color: rgb(96,166,19); }
H1.HeaderClassName
{
color: #60A613;
}
.AnyTagClassName
{
color: #60A613;
}
</style>
background-color css
<style>
a { background-color: #60A613; }
a { background-color: rgb(96,166,19); }
div.DivClassName
{
background-color: #60A613;
}
.BgClassName
{
background-color: #60A613;
}
</style>
border-color css
<style>
span { border-color: #60A613; }
span { border-color: rgb(96,166,19); }
td.TdClassName
{
border-color: #60A613;
}
.TagClassName
{
border-color: #60A613;
}
</style>