Shades of Christi #68A511
Tints of Christi #68A511
RGB
CMYK
RGB Variations
Color information
#68A511 (or 0x68A511) is known color: Christi. HEX triplet: 68, A5 and 11. RGB value is (104,165,17). Sum of RGB (Red+Green+Blue) = 104+165+17=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #68A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A511 is #975AEE. Grayscale: #828282. Windows color (decimal): -9919215 or 1156456. OLE color: 1156456.
HSL color Cylindrical-coordinate representation of color #68A511: hue angle of 84.73º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68A511 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 17 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.35 |
| HSL | 84.73º | 0.81% | 0.36% | - |
| HSV(B) | 84.73º | 0.9% | 0.65% | - |
| XYZ | 19.27 | 29.89 | 5.29 | - |
| YUV | 129.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 17 | 0.37 | 0 | 0.90 | 0.35 | 84.73 | 0.81 | 0.36 |
| Hex | 68 | A5 | 11 | 25 | 0 | 5A | 23 | 55 | 51 | 24 |
| Octal | 150 | 245 | 21 | 45 | 0 | 132 | 43 | 125 | 121 | 44 |
| Binary | 1101000 | 10100101 | 10001 | 100101 | 0 | 1011010 | 100011 | 1010101 | 1010001 | 100100 |
Color Harmonies of #68A511
Complementary color
Monochromatic Colors of #68A511
Black with #68A511
Text Example
Text Example
White with #68A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A511; }
p { color: rgb(104,165,17); }
H1.HeaderClassName
{
color: #68A511;
}
.AnyTagClassName
{
color: #68A511;
}
</style>
background-color css
<style>
a { background-color: #68A511; }
a { background-color: rgb(104,165,17); }
div.DivClassName
{
background-color: #68A511;
}
.BgClassName
{
background-color: #68A511;
}
</style>
border-color css
<style>
span { border-color: #68A511; }
span { border-color: rgb(104,165,17); }
td.TdClassName
{
border-color: #68A511;
}
.TagClassName
{
border-color: #68A511;
}
</style>