Shades of Christi #60A719
Tints of Christi #60A719
RGB
CMYK
RGB Variations
Color information
#60A719 (or 0x60A719) is known color: Christi. HEX triplet: 60, A7 and 19. RGB value is (96,167,25). Sum of RGB (Red+Green+Blue) = 96+167+25=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 167 (65.62% from 255 or 57.99% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 167 - color contains mainly: green. Hex color #60A719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A719 is #9F58E6. Grayscale: #828282. Windows color (decimal): -10442983 or 1681248. OLE color: 1681248.
HSL color Cylindrical-coordinate representation of color #60A719: hue angle of 90º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60A719 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 25 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.35 |
| HSL | 90º | 0.74% | 0.38% | - |
| HSV(B) | 90º | 0.85% | 0.65% | - |
| XYZ | 18.82 | 30.19 | 5.76 | - |
| YUV | 129.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 25 | 0.43 | 0 | 0.85 | 0.35 | 90 | 0.74 | 0.38 |
| Hex | 60 | A7 | 19 | 2B | 0 | 55 | 23 | 5A | 4A | 26 |
| Octal | 140 | 247 | 31 | 53 | 0 | 125 | 43 | 132 | 112 | 46 |
| Binary | 1100000 | 10100111 | 11001 | 101011 | 0 | 1010101 | 100011 | 1011010 | 1001010 | 100110 |
Color Harmonies of #60A719
Complementary color
Monochromatic Colors of #60A719
Black with #60A719
Text Example
Text Example
White with #60A719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A719; }
p { color: rgb(96,167,25); }
H1.HeaderClassName
{
color: #60A719;
}
.AnyTagClassName
{
color: #60A719;
}
</style>
background-color css
<style>
a { background-color: #60A719; }
a { background-color: rgb(96,167,25); }
div.DivClassName
{
background-color: #60A719;
}
.BgClassName
{
background-color: #60A719;
}
</style>
border-color css
<style>
span { border-color: #60A719; }
span { border-color: rgb(96,167,25); }
td.TdClassName
{
border-color: #60A719;
}
.TagClassName
{
border-color: #60A719;
}
</style>