Shades of Christi #60B010
Tints of Christi #60B010
RGB
CMYK
RGB Variations
Color information
#60B010 (or 0x60B010) is known color: Christi. HEX triplet: 60, B0 and 10. RGB value is (96,176,16). Sum of RGB (Red+Green+Blue) = 96+176+16=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #60B010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B010 is #9F4FEF. Grayscale: #868686. Windows color (decimal): -10440688 or 1093728. OLE color: 1093728.
HSL color Cylindrical-coordinate representation of color #60B010: hue angle of 90º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60B010 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 16 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.31 |
| HSL | 90º | 0.83% | 0.38% | - |
| HSV(B) | 90º | 0.91% | 0.69% | - |
| XYZ | 20.44 | 33.57 | 5.89 | - |
| YUV | 133.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 16 | 0.45 | 0 | 0.91 | 0.31 | 90 | 0.83 | 0.38 |
| Hex | 60 | B0 | 10 | 2D | 0 | 5B | 1F | 5A | 53 | 26 |
| Octal | 140 | 260 | 20 | 55 | 0 | 133 | 37 | 132 | 123 | 46 |
| Binary | 1100000 | 10110000 | 10000 | 101101 | 0 | 1011011 | 11111 | 1011010 | 1010011 | 100110 |
Color Harmonies of #60B010
Complementary color
Monochromatic Colors of #60B010
Black with #60B010
Text Example
Text Example
White with #60B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B010; }
p { color: rgb(96,176,16); }
H1.HeaderClassName
{
color: #60B010;
}
.AnyTagClassName
{
color: #60B010;
}
</style>
background-color css
<style>
a { background-color: #60B010; }
a { background-color: rgb(96,176,16); }
div.DivClassName
{
background-color: #60B010;
}
.BgClassName
{
background-color: #60B010;
}
</style>
border-color css
<style>
span { border-color: #60B010; }
span { border-color: rgb(96,176,16); }
td.TdClassName
{
border-color: #60B010;
}
.TagClassName
{
border-color: #60B010;
}
</style>