Shades of Christi #60A001
Tints of Christi #60A001
RGB
CMYK
RGB Variations
Color information
#60A001 (or 0x60A001) is known color: Christi. HEX triplet: 60, A0 and 01. RGB value is (96,160,1). Sum of RGB (Red+Green+Blue) = 96+160+1=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #60A001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A001 is #9F5FFE. Grayscale: #7B7B7B. Windows color (decimal): -10444799 or 106592. OLE color: 106592.
HSL color Cylindrical-coordinate representation of color #60A001: hue angle of 84.15º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60A001 is Cyan = 0.4, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 1 | - |
| CMYK | 0.4 | 0 | 0.99 | 0.37 |
| HSL | 84.15º | 0.99% | 0.32% | - |
| HSV(B) | 84.15º | 0.99% | 0.63% | - |
| XYZ | 17.4 | 27.63 | 4.44 | - |
| YUV | 122.74 | 59.3 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 1 | 0.4 | 0 | 0.99 | 0.37 | 84.15 | 0.99 | 0.32 |
| Hex | 60 | A0 | 1 | 28 | 0 | 63 | 25 | 54 | 63 | 20 |
| Octal | 140 | 240 | 1 | 50 | 0 | 143 | 45 | 124 | 143 | 40 |
| Binary | 1100000 | 10100000 | 1 | 101000 | 0 | 1100011 | 100101 | 1010100 | 1100011 | 100000 |
Color Harmonies of #60A001
Complementary color
Monochromatic Colors of #60A001
Black with #60A001
Text Example
Text Example
White with #60A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A001; }
p { color: rgb(96,160,1); }
H1.HeaderClassName
{
color: #60A001;
}
.AnyTagClassName
{
color: #60A001;
}
</style>
background-color css
<style>
a { background-color: #60A001; }
a { background-color: rgb(96,160,1); }
div.DivClassName
{
background-color: #60A001;
}
.BgClassName
{
background-color: #60A001;
}
</style>
border-color css
<style>
span { border-color: #60A001; }
span { border-color: rgb(96,160,1); }
td.TdClassName
{
border-color: #60A001;
}
.TagClassName
{
border-color: #60A001;
}
</style>