Shades of Christi #60B308
Tints of Christi #60B308
RGB
CMYK
RGB Variations
Color information
#60B308 (or 0x60B308) is known color: Christi. HEX triplet: 60, B3 and 08. RGB value is (96,179,8). Sum of RGB (Red+Green+Blue) = 96+179+8=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #60B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B308 is #9F4CF7. Grayscale: #878787. Windows color (decimal): -10439928 or 570208. OLE color: 570208.
HSL color Cylindrical-coordinate representation of color #60B308: hue angle of 89.12º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60B308 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.30 |
| HSL | 89.12º | 0.91% | 0.37% | - |
| HSV(B) | 89.12º | 0.96% | 0.7% | - |
| XYZ | 20.99 | 34.74 | 5.83 | - |
| YUV | 134.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 8 | 0.46 | 0 | 0.96 | 0.30 | 89.12 | 0.91 | 0.37 |
| Hex | 60 | B3 | 8 | 2E | 0 | 60 | 1E | 59 | 5B | 25 |
| Octal | 140 | 263 | 10 | 56 | 0 | 140 | 36 | 131 | 133 | 45 |
| Binary | 1100000 | 10110011 | 1000 | 101110 | 0 | 1100000 | 11110 | 1011001 | 1011011 | 100101 |
Color Harmonies of #60B308
Complementary color
Monochromatic Colors of #60B308
Black with #60B308
Text Example
Text Example
White with #60B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B308; }
p { color: rgb(96,179,8); }
H1.HeaderClassName
{
color: #60B308;
}
.AnyTagClassName
{
color: #60B308;
}
</style>
background-color css
<style>
a { background-color: #60B308; }
a { background-color: rgb(96,179,8); }
div.DivClassName
{
background-color: #60B308;
}
.BgClassName
{
background-color: #60B308;
}
</style>
border-color css
<style>
span { border-color: #60B308; }
span { border-color: rgb(96,179,8); }
td.TdClassName
{
border-color: #60B308;
}
.TagClassName
{
border-color: #60B308;
}
</style>