Shades of Christi #60B319
Tints of Christi #60B319
RGB
CMYK
RGB Variations
Color information
#60B319 (or 0x60B319) is known color: Christi. HEX triplet: 60, B3 and 19. RGB value is (96,179,25). Sum of RGB (Red+Green+Blue) = 96+179+25=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #60B319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B319 is #9F4CE6. Grayscale: #898989. Windows color (decimal): -10439911 or 1684320. OLE color: 1684320.
HSL color Cylindrical-coordinate representation of color #60B319: hue angle of 92.34º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60B319 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 25 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.30 |
| HSL | 92.34º | 0.75% | 0.4% | - |
| HSV(B) | 92.34º | 0.86% | 0.7% | - |
| XYZ | 21.12 | 34.8 | 6.52 | - |
| YUV | 136.63 | 65 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 25 | 0.46 | 0 | 0.86 | 0.30 | 92.34 | 0.75 | 0.4 |
| Hex | 60 | B3 | 19 | 2E | 0 | 56 | 1E | 5C | 4B | 28 |
| Octal | 140 | 263 | 31 | 56 | 0 | 126 | 36 | 134 | 113 | 50 |
| Binary | 1100000 | 10110011 | 11001 | 101110 | 0 | 1010110 | 11110 | 1011100 | 1001011 | 101000 |
Color Harmonies of #60B319
Complementary color
Monochromatic Colors of #60B319
Black with #60B319
Text Example
Text Example
White with #60B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B319; }
p { color: rgb(96,179,25); }
H1.HeaderClassName
{
color: #60B319;
}
.AnyTagClassName
{
color: #60B319;
}
</style>
background-color css
<style>
a { background-color: #60B319; }
a { background-color: rgb(96,179,25); }
div.DivClassName
{
background-color: #60B319;
}
.BgClassName
{
background-color: #60B319;
}
</style>
border-color css
<style>
span { border-color: #60B319; }
span { border-color: rgb(96,179,25); }
td.TdClassName
{
border-color: #60B319;
}
.TagClassName
{
border-color: #60B319;
}
</style>