Shades of Christi #60A610
Tints of Christi #60A610
RGB
CMYK
RGB Variations
Color information
#60A610 (or 0x60A610) is known color: Christi. HEX triplet: 60, A6 and 10. RGB value is (96,166,16). Sum of RGB (Red+Green+Blue) = 96+166+16=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #60A610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A610 is #9F59EF. Grayscale: #808080. Windows color (decimal): -10443248 or 1091168. OLE color: 1091168.
HSL color Cylindrical-coordinate representation of color #60A610: hue angle of 88º 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 #60A610 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 16 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.35 |
| HSL | 88º | 0.82% | 0.36% | - |
| HSV(B) | 88º | 0.9% | 0.65% | - |
| XYZ | 18.55 | 29.8 | 5.26 | - |
| YUV | 127.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 16 | 0.42 | 0 | 0.90 | 0.35 | 88 | 0.82 | 0.36 |
| Hex | 60 | A6 | 10 | 2A | 0 | 5A | 23 | 58 | 52 | 24 |
| Octal | 140 | 246 | 20 | 52 | 0 | 132 | 43 | 130 | 122 | 44 |
| Binary | 1100000 | 10100110 | 10000 | 101010 | 0 | 1011010 | 100011 | 1011000 | 1010010 | 100100 |
Color Harmonies of #60A610
Complementary color
Monochromatic Colors of #60A610
Black with #60A610
Text Example
Text Example
White with #60A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A610; }
p { color: rgb(96,166,16); }
H1.HeaderClassName
{
color: #60A610;
}
.AnyTagClassName
{
color: #60A610;
}
</style>
background-color css
<style>
a { background-color: #60A610; }
a { background-color: rgb(96,166,16); }
div.DivClassName
{
background-color: #60A610;
}
.BgClassName
{
background-color: #60A610;
}
</style>
border-color css
<style>
span { border-color: #60A610; }
span { border-color: rgb(96,166,16); }
td.TdClassName
{
border-color: #60A610;
}
.TagClassName
{
border-color: #60A610;
}
</style>