Shades of Christi #60A306
Tints of Christi #60A306
RGB
CMYK
RGB Variations
Color information
#60A306 (or 0x60A306) is known color: Christi. HEX triplet: 60, A3 and 06. RGB value is (96,163,6). Sum of RGB (Red+Green+Blue) = 96+163+6=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #60A306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A306 is #9F5CF9. Grayscale: #7D7D7D. Windows color (decimal): -10444026 or 435040. OLE color: 435040.
HSL color Cylindrical-coordinate representation of color #60A306: hue angle of 85.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60A306 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 6 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.36 |
| HSL | 85.61º | 0.93% | 0.33% | - |
| HSV(B) | 85.61º | 0.96% | 0.64% | - |
| XYZ | 17.95 | 28.69 | 4.76 | - |
| YUV | 125.07 | 60.8 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 6 | 0.41 | 0 | 0.96 | 0.36 | 85.61 | 0.93 | 0.33 |
| Hex | 60 | A3 | 6 | 29 | 0 | 60 | 24 | 56 | 5D | 21 |
| Octal | 140 | 243 | 6 | 51 | 0 | 140 | 44 | 126 | 135 | 41 |
| Binary | 1100000 | 10100011 | 110 | 101001 | 0 | 1100000 | 100100 | 1010110 | 1011101 | 100001 |
Color Harmonies of #60A306
Complementary color
Monochromatic Colors of #60A306
Black with #60A306
Text Example
Text Example
White with #60A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A306; }
p { color: rgb(96,163,6); }
H1.HeaderClassName
{
color: #60A306;
}
.AnyTagClassName
{
color: #60A306;
}
</style>
background-color css
<style>
a { background-color: #60A306; }
a { background-color: rgb(96,163,6); }
div.DivClassName
{
background-color: #60A306;
}
.BgClassName
{
background-color: #60A306;
}
</style>
border-color css
<style>
span { border-color: #60A306; }
span { border-color: rgb(96,163,6); }
td.TdClassName
{
border-color: #60A306;
}
.TagClassName
{
border-color: #60A306;
}
</style>