Shades of Christi #68B915
Tints of Christi #68B915
RGB
CMYK
RGB Variations
Color information
#68B915 (or 0x68B915) is known color: Christi. HEX triplet: 68, B9 and 15. RGB value is (104,185,21). Sum of RGB (Red+Green+Blue) = 104+185+21=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #68B915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B915 is #9746EA. Grayscale: #8E8E8E. Windows color (decimal): -9914091 or 1423720. OLE color: 1423720.
HSL color Cylindrical-coordinate representation of color #68B915: hue angle of 89.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68B915 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 21 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.27 |
| HSL | 89.63º | 0.8% | 0.4% | - |
| HSV(B) | 89.63º | 0.89% | 0.73% | - |
| XYZ | 23.19 | 37.7 | 6.76 | - |
| YUV | 142.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 21 | 0.44 | 0 | 0.89 | 0.27 | 89.63 | 0.8 | 0.4 |
| Hex | 68 | B9 | 15 | 2C | 0 | 59 | 1B | 5A | 50 | 28 |
| Octal | 150 | 271 | 25 | 54 | 0 | 131 | 33 | 132 | 120 | 50 |
| Binary | 1101000 | 10111001 | 10101 | 101100 | 0 | 1011001 | 11011 | 1011010 | 1010000 | 101000 |
Color Harmonies of #68B915
Complementary color
Monochromatic Colors of #68B915
Black with #68B915
Text Example
Text Example
White with #68B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B915; }
p { color: rgb(104,185,21); }
H1.HeaderClassName
{
color: #68B915;
}
.AnyTagClassName
{
color: #68B915;
}
</style>
background-color css
<style>
a { background-color: #68B915; }
a { background-color: rgb(104,185,21); }
div.DivClassName
{
background-color: #68B915;
}
.BgClassName
{
background-color: #68B915;
}
</style>
border-color css
<style>
span { border-color: #68B915; }
span { border-color: rgb(104,185,21); }
td.TdClassName
{
border-color: #68B915;
}
.TagClassName
{
border-color: #68B915;
}
</style>