Shades of Christi #60A500
Tints of Christi #60A500
RGB
CMYK
RGB Variations
Color information
#60A500 (or 0x60A500) is known color: Christi. HEX triplet: 60, A5 and 00. RGB value is (96,165,0). Sum of RGB (Red+Green+Blue) = 96+165+0=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #60A500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A500 is #9F5AFF. Grayscale: #7E7E7E. Windows color (decimal): -10443520 or 42336. OLE color: 42336.
HSL color Cylindrical-coordinate representation of color #60A500: hue angle of 85.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60A500 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.35 |
| HSL | 85.09º | 1% | 0.32% | - |
| HSV(B) | 85.09º | 1% | 0.65% | - |
| XYZ | 18.28 | 29.4 | 4.71 | - |
| YUV | 125.56 | 57.14 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 0 | 0.42 | 0 | 1 | 0.35 | 85.09 | 1 | 0.32 |
| Hex | 60 | A5 | 0 | 2A | 0 | 64 | 23 | 55 | 64 | 20 |
| Octal | 140 | 245 | 0 | 52 | 0 | 144 | 43 | 125 | 144 | 40 |
| Binary | 1100000 | 10100101 | 0 | 101010 | 0 | 1100100 | 100011 | 1010101 | 1100100 | 100000 |
Color Harmonies of #60A500
Complementary color
Monochromatic Colors of #60A500
Black with #60A500
Text Example
Text Example
White with #60A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A500; }
p { color: rgb(96,165,0); }
H1.HeaderClassName
{
color: #60A500;
}
.AnyTagClassName
{
color: #60A500;
}
</style>
background-color css
<style>
a { background-color: #60A500; }
a { background-color: rgb(96,165,0); }
div.DivClassName
{
background-color: #60A500;
}
.BgClassName
{
background-color: #60A500;
}
</style>
border-color css
<style>
span { border-color: #60A500; }
span { border-color: rgb(96,165,0); }
td.TdClassName
{
border-color: #60A500;
}
.TagClassName
{
border-color: #60A500;
}
</style>