Shades of Christi #60A00F
Tints of Christi #60A00F
RGB
CMYK
RGB Variations
Color information
#60A00F (or 0x60A00F) is known color: Christi. HEX triplet: 60, A0 and 0F. RGB value is (96,160,15). Sum of RGB (Red+Green+Blue) = 96+160+15=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #60A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A00F is #9F5FF0. Grayscale: #7C7C7C. Windows color (decimal): -10444785 or 1024096. OLE color: 1024096.
HSL color Cylindrical-coordinate representation of color #60A00F: hue angle of 86.48º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60A00F is Cyan = 0.4, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 15 | - |
| CMYK | 0.4 | 0 | 0.91 | 0.37 |
| HSL | 86.48º | 0.83% | 0.34% | - |
| HSV(B) | 86.48º | 0.91% | 0.63% | - |
| XYZ | 17.48 | 27.66 | 4.87 | - |
| YUV | 124.33 | 66.3 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 15 | 0.4 | 0 | 0.91 | 0.37 | 86.48 | 0.83 | 0.34 |
| Hex | 60 | A0 | F | 28 | 0 | 5B | 25 | 56 | 53 | 22 |
| Octal | 140 | 240 | 17 | 50 | 0 | 133 | 45 | 126 | 123 | 42 |
| Binary | 1100000 | 10100000 | 1111 | 101000 | 0 | 1011011 | 100101 | 1010110 | 1010011 | 100010 |
Color Harmonies of #60A00F
Complementary color
Monochromatic Colors of #60A00F
Black with #60A00F
Text Example
Text Example
White with #60A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A00F; }
p { color: rgb(96,160,15); }
H1.HeaderClassName
{
color: #60A00F;
}
.AnyTagClassName
{
color: #60A00F;
}
</style>
background-color css
<style>
a { background-color: #60A00F; }
a { background-color: rgb(96,160,15); }
div.DivClassName
{
background-color: #60A00F;
}
.BgClassName
{
background-color: #60A00F;
}
</style>
border-color css
<style>
span { border-color: #60A00F; }
span { border-color: rgb(96,160,15); }
td.TdClassName
{
border-color: #60A00F;
}
.TagClassName
{
border-color: #60A00F;
}
</style>