Shades of Christi #60B113
Tints of Christi #60B113
RGB
CMYK
RGB Variations
Color information
#60B113 (or 0x60B113) is known color: Christi. HEX triplet: 60, B1 and 13. RGB value is (96,177,19). Sum of RGB (Red+Green+Blue) = 96+177+19=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #60B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B113 is #9F4EEC. Grayscale: #878787. Windows color (decimal): -10440429 or 1290592. OLE color: 1290592.
HSL color Cylindrical-coordinate representation of color #60B113: hue angle of 90.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60B113 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 19 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.31 |
| HSL | 90.76º | 0.81% | 0.38% | - |
| HSV(B) | 90.76º | 0.89% | 0.69% | - |
| XYZ | 20.66 | 33.98 | 6.09 | - |
| YUV | 134.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 19 | 0.46 | 0 | 0.89 | 0.31 | 90.76 | 0.81 | 0.38 |
| Hex | 60 | B1 | 13 | 2E | 0 | 59 | 1F | 5B | 51 | 26 |
| Octal | 140 | 261 | 23 | 56 | 0 | 131 | 37 | 133 | 121 | 46 |
| Binary | 1100000 | 10110001 | 10011 | 101110 | 0 | 1011001 | 11111 | 1011011 | 1010001 | 100110 |
Color Harmonies of #60B113
Complementary color
Monochromatic Colors of #60B113
Black with #60B113
Text Example
Text Example
White with #60B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B113; }
p { color: rgb(96,177,19); }
H1.HeaderClassName
{
color: #60B113;
}
.AnyTagClassName
{
color: #60B113;
}
</style>
background-color css
<style>
a { background-color: #60B113; }
a { background-color: rgb(96,177,19); }
div.DivClassName
{
background-color: #60B113;
}
.BgClassName
{
background-color: #60B113;
}
</style>
border-color css
<style>
span { border-color: #60B113; }
span { border-color: rgb(96,177,19); }
td.TdClassName
{
border-color: #60B113;
}
.TagClassName
{
border-color: #60B113;
}
</style>