Shades of Christi #60B00A
Tints of Christi #60B00A
RGB
CMYK
RGB Variations
Color information
#60B00A (or 0x60B00A) is known color: Christi. HEX triplet: 60, B0 and 0A. RGB value is (96,176,10). Sum of RGB (Red+Green+Blue) = 96+176+10=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #60B00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B00A is #9F4FF5. Grayscale: #858585. Windows color (decimal): -10440694 or 700512. OLE color: 700512.
HSL color Cylindrical-coordinate representation of color #60B00A: hue angle of 88.92º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60B00A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.31 |
| HSL | 88.92º | 0.89% | 0.36% | - |
| HSV(B) | 88.92º | 0.94% | 0.69% | - |
| XYZ | 20.4 | 33.56 | 5.69 | - |
| YUV | 133.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 10 | 0.45 | 0 | 0.94 | 0.31 | 88.92 | 0.89 | 0.36 |
| Hex | 60 | B0 | A | 2D | 0 | 5E | 1F | 59 | 59 | 24 |
| Octal | 140 | 260 | 12 | 55 | 0 | 136 | 37 | 131 | 131 | 44 |
| Binary | 1100000 | 10110000 | 1010 | 101101 | 0 | 1011110 | 11111 | 1011001 | 1011001 | 100100 |
Color Harmonies of #60B00A
Complementary color
Monochromatic Colors of #60B00A
Black with #60B00A
Text Example
Text Example
White with #60B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B00A; }
p { color: rgb(96,176,10); }
H1.HeaderClassName
{
color: #60B00A;
}
.AnyTagClassName
{
color: #60B00A;
}
</style>
background-color css
<style>
a { background-color: #60B00A; }
a { background-color: rgb(96,176,10); }
div.DivClassName
{
background-color: #60B00A;
}
.BgClassName
{
background-color: #60B00A;
}
</style>
border-color css
<style>
span { border-color: #60B00A; }
span { border-color: rgb(96,176,10); }
td.TdClassName
{
border-color: #60B00A;
}
.TagClassName
{
border-color: #60B00A;
}
</style>