Shades of Christi #60A000
Tints of Christi #60A000
RGB
CMYK
RGB Variations
Color information
#60A000 (or 0x60A000) is known color: Christi. HEX triplet: 60, A0 and 00. RGB value is (96,160,0). Sum of RGB (Red+Green+Blue) = 96+160+0=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #60A000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A000 is #9F5FFF. Grayscale: #7B7B7B. Windows color (decimal): -10444800 or 41056. OLE color: 41056.
HSL color Cylindrical-coordinate representation of color #60A000: hue angle of 84º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60A000 is Cyan = 0.4, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 0 | - |
| CMYK | 0.4 | 0 | 1 | 0.37 |
| HSL | 84º | 1% | 0.31% | - |
| HSV(B) | 84º | 1% | 0.63% | - |
| XYZ | 17.39 | 27.63 | 4.42 | - |
| YUV | 122.62 | 58.8 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 0 | 0.4 | 0 | 1 | 0.37 | 84 | 1 | 0.31 |
| Hex | 60 | A0 | 0 | 28 | 0 | 64 | 25 | 54 | 64 | 1F |
| Octal | 140 | 240 | 0 | 50 | 0 | 144 | 45 | 124 | 144 | 37 |
| Binary | 1100000 | 10100000 | 0 | 101000 | 0 | 1100100 | 100101 | 1010100 | 1100100 | 11111 |
Color Harmonies of #60A000
Complementary color
Monochromatic Colors of #60A000
Black with #60A000
Text Example
Text Example
White with #60A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A000; }
p { color: rgb(96,160,0); }
H1.HeaderClassName
{
color: #60A000;
}
.AnyTagClassName
{
color: #60A000;
}
</style>
background-color css
<style>
a { background-color: #60A000; }
a { background-color: rgb(96,160,0); }
div.DivClassName
{
background-color: #60A000;
}
.BgClassName
{
background-color: #60A000;
}
</style>
border-color css
<style>
span { border-color: #60A000; }
span { border-color: rgb(96,160,0); }
td.TdClassName
{
border-color: #60A000;
}
.TagClassName
{
border-color: #60A000;
}
</style>