Shades of Christi #60A409
Tints of Christi #60A409
RGB
CMYK
RGB Variations
Color information
#60A409 (or 0x60A409) is known color: Christi. HEX triplet: 60, A4 and 09. RGB value is (96,164,9). Sum of RGB (Red+Green+Blue) = 96+164+9=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #60A409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A409 is #9F5BF6. Grayscale: #7E7E7E. Windows color (decimal): -10443767 or 631904. OLE color: 631904.
HSL color Cylindrical-coordinate representation of color #60A409: hue angle of 86.32º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60A409 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 164 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.36 |
| HSL | 86.32º | 0.9% | 0.34% | - |
| HSV(B) | 86.32º | 0.95% | 0.64% | - |
| XYZ | 18.15 | 29.06 | 4.91 | - |
| YUV | 126 | 61.97 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 9 | 0.41 | 0 | 0.95 | 0.36 | 86.32 | 0.9 | 0.34 |
| Hex | 60 | A4 | 9 | 29 | 0 | 5F | 24 | 56 | 5A | 22 |
| Octal | 140 | 244 | 11 | 51 | 0 | 137 | 44 | 126 | 132 | 42 |
| Binary | 1100000 | 10100100 | 1001 | 101001 | 0 | 1011111 | 100100 | 1010110 | 1011010 | 100010 |
Color Harmonies of #60A409
Complementary color
Monochromatic Colors of #60A409
Black with #60A409
Text Example
Text Example
White with #60A409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A409; }
p { color: rgb(96,164,9); }
H1.HeaderClassName
{
color: #60A409;
}
.AnyTagClassName
{
color: #60A409;
}
</style>
background-color css
<style>
a { background-color: #60A409; }
a { background-color: rgb(96,164,9); }
div.DivClassName
{
background-color: #60A409;
}
.BgClassName
{
background-color: #60A409;
}
</style>
border-color css
<style>
span { border-color: #60A409; }
span { border-color: rgb(96,164,9); }
td.TdClassName
{
border-color: #60A409;
}
.TagClassName
{
border-color: #60A409;
}
</style>