Shades of Christi #60B413
Tints of Christi #60B413
RGB
CMYK
RGB Variations
Color information
#60B413 (or 0x60B413) is known color: Christi. HEX triplet: 60, B4 and 13. RGB value is (96,180,19). Sum of RGB (Red+Green+Blue) = 96+180+19=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #60B413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B413 is #9F4BEC. Grayscale: #898989. Windows color (decimal): -10439661 or 1291360. OLE color: 1291360.
HSL color Cylindrical-coordinate representation of color #60B413: hue angle of 91.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60B413 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 19 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.29 |
| HSL | 91.3º | 0.81% | 0.39% | - |
| HSV(B) | 91.3º | 0.89% | 0.71% | - |
| XYZ | 21.26 | 35.18 | 6.29 | - |
| YUV | 136.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 19 | 0.47 | 0 | 0.89 | 0.29 | 91.3 | 0.81 | 0.39 |
| Hex | 60 | B4 | 13 | 2F | 0 | 59 | 1D | 5B | 51 | 27 |
| Octal | 140 | 264 | 23 | 57 | 0 | 131 | 35 | 133 | 121 | 47 |
| Binary | 1100000 | 10110100 | 10011 | 101111 | 0 | 1011001 | 11101 | 1011011 | 1010001 | 100111 |
Color Harmonies of #60B413
Complementary color
Monochromatic Colors of #60B413
Black with #60B413
Text Example
Text Example
White with #60B413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B413; }
p { color: rgb(96,180,19); }
H1.HeaderClassName
{
color: #60B413;
}
.AnyTagClassName
{
color: #60B413;
}
</style>
background-color css
<style>
a { background-color: #60B413; }
a { background-color: rgb(96,180,19); }
div.DivClassName
{
background-color: #60B413;
}
.BgClassName
{
background-color: #60B413;
}
</style>
border-color css
<style>
span { border-color: #60B413; }
span { border-color: rgb(96,180,19); }
td.TdClassName
{
border-color: #60B413;
}
.TagClassName
{
border-color: #60B413;
}
</style>