Shades of Christi #68A811
Tints of Christi #68A811
RGB
CMYK
RGB Variations
Color information
#68A811 (or 0x68A811) is known color: Christi. HEX triplet: 68, A8 and 11. RGB value is (104,168,17). Sum of RGB (Red+Green+Blue) = 104+168+17=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #68A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A811 is #9757EE. Grayscale: #848484. Windows color (decimal): -9918447 or 1157224. OLE color: 1157224.
HSL color Cylindrical-coordinate representation of color #68A811: hue angle of 85.43º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68A811 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 17 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.34 |
| HSL | 85.43º | 0.82% | 0.36% | - |
| HSV(B) | 85.43º | 0.9% | 0.66% | - |
| XYZ | 19.81 | 30.99 | 5.47 | - |
| YUV | 131.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 17 | 0.38 | 0 | 0.90 | 0.34 | 85.43 | 0.82 | 0.36 |
| Hex | 68 | A8 | 11 | 26 | 0 | 5A | 22 | 55 | 52 | 24 |
| Octal | 150 | 250 | 21 | 46 | 0 | 132 | 42 | 125 | 122 | 44 |
| Binary | 1101000 | 10101000 | 10001 | 100110 | 0 | 1011010 | 100010 | 1010101 | 1010010 | 100100 |
Color Harmonies of #68A811
Complementary color
Monochromatic Colors of #68A811
Black with #68A811
Text Example
Text Example
White with #68A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A811; }
p { color: rgb(104,168,17); }
H1.HeaderClassName
{
color: #68A811;
}
.AnyTagClassName
{
color: #68A811;
}
</style>
background-color css
<style>
a { background-color: #68A811; }
a { background-color: rgb(104,168,17); }
div.DivClassName
{
background-color: #68A811;
}
.BgClassName
{
background-color: #68A811;
}
</style>
border-color css
<style>
span { border-color: #68A811; }
span { border-color: rgb(104,168,17); }
td.TdClassName
{
border-color: #68A811;
}
.TagClassName
{
border-color: #68A811;
}
</style>