Shades of Christi #68B718
Tints of Christi #68B718
RGB
CMYK
RGB Variations
Color information
#68B718 (or 0x68B718) is known color: Christi. HEX triplet: 68, B7 and 18. RGB value is (104,183,24). Sum of RGB (Red+Green+Blue) = 104+183+24=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #68B718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B718 is #9748E7. Grayscale: #8D8D8D. Windows color (decimal): -9914600 or 1619816. OLE color: 1619816.
HSL color Cylindrical-coordinate representation of color #68B718: hue angle of 89.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68B718 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 24 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.28 |
| HSL | 89.81º | 0.77% | 0.41% | - |
| HSV(B) | 89.81º | 0.87% | 0.72% | - |
| XYZ | 22.81 | 36.88 | 6.78 | - |
| YUV | 141.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 24 | 0.43 | 0 | 0.87 | 0.28 | 89.81 | 0.77 | 0.41 |
| Hex | 68 | B7 | 18 | 2B | 0 | 57 | 1C | 5A | 4D | 29 |
| Octal | 150 | 267 | 30 | 53 | 0 | 127 | 34 | 132 | 115 | 51 |
| Binary | 1101000 | 10110111 | 11000 | 101011 | 0 | 1010111 | 11100 | 1011010 | 1001101 | 101001 |
Color Harmonies of #68B718
Complementary color
Monochromatic Colors of #68B718
Black with #68B718
Text Example
Text Example
White with #68B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B718; }
p { color: rgb(104,183,24); }
H1.HeaderClassName
{
color: #68B718;
}
.AnyTagClassName
{
color: #68B718;
}
</style>
background-color css
<style>
a { background-color: #68B718; }
a { background-color: rgb(104,183,24); }
div.DivClassName
{
background-color: #68B718;
}
.BgClassName
{
background-color: #68B718;
}
</style>
border-color css
<style>
span { border-color: #68B718; }
span { border-color: rgb(104,183,24); }
td.TdClassName
{
border-color: #68B718;
}
.TagClassName
{
border-color: #68B718;
}
</style>