Shades of Christi #68A310
Tints of Christi #68A310
RGB
CMYK
RGB Variations
Color information
#68A310 (or 0x68A310) is known color: Christi. HEX triplet: 68, A3 and 10. RGB value is (104,163,16). Sum of RGB (Red+Green+Blue) = 104+163+16=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #68A310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A310 is #975CEF. Grayscale: #818181. Windows color (decimal): -9919728 or 1090408. OLE color: 1090408.
HSL color Cylindrical-coordinate representation of color #68A310: hue angle of 84.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68A310 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 16 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.36 |
| HSL | 84.08º | 0.82% | 0.35% | - |
| HSV(B) | 84.08º | 0.9% | 0.64% | - |
| XYZ | 18.9 | 29.17 | 5.13 | - |
| YUV | 128.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 16 | 0.36 | 0 | 0.90 | 0.36 | 84.08 | 0.82 | 0.35 |
| Hex | 68 | A3 | 10 | 24 | 0 | 5A | 24 | 54 | 52 | 23 |
| Octal | 150 | 243 | 20 | 44 | 0 | 132 | 44 | 124 | 122 | 43 |
| Binary | 1101000 | 10100011 | 10000 | 100100 | 0 | 1011010 | 100100 | 1010100 | 1010010 | 100011 |
Color Harmonies of #68A310
Complementary color
Monochromatic Colors of #68A310
Black with #68A310
Text Example
Text Example
White with #68A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A310; }
p { color: rgb(104,163,16); }
H1.HeaderClassName
{
color: #68A310;
}
.AnyTagClassName
{
color: #68A310;
}
</style>
background-color css
<style>
a { background-color: #68A310; }
a { background-color: rgb(104,163,16); }
div.DivClassName
{
background-color: #68A310;
}
.BgClassName
{
background-color: #68A310;
}
</style>
border-color css
<style>
span { border-color: #68A310; }
span { border-color: rgb(104,163,16); }
td.TdClassName
{
border-color: #68A310;
}
.TagClassName
{
border-color: #68A310;
}
</style>