Shades of Christi #68A50A
Tints of Christi #68A50A
RGB
CMYK
RGB Variations
Color information
#68A50A (or 0x68A50A) is known color: Christi. HEX triplet: 68, A5 and 0A. RGB value is (104,165,10). Sum of RGB (Red+Green+Blue) = 104+165+10=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #68A50A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A50A is #975AF5. Grayscale: #818181. Windows color (decimal): -9919222 or 697704. OLE color: 697704.
HSL color Cylindrical-coordinate representation of color #68A50A: hue angle of 83.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68A50A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.35 |
| HSL | 83.61º | 0.89% | 0.34% | - |
| HSV(B) | 83.61º | 0.94% | 0.65% | - |
| XYZ | 19.22 | 29.88 | 5.04 | - |
| YUV | 129.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 10 | 0.37 | 0 | 0.94 | 0.35 | 83.61 | 0.89 | 0.34 |
| Hex | 68 | A5 | A | 25 | 0 | 5E | 23 | 54 | 59 | 22 |
| Octal | 150 | 245 | 12 | 45 | 0 | 136 | 43 | 124 | 131 | 42 |
| Binary | 1101000 | 10100101 | 1010 | 100101 | 0 | 1011110 | 100011 | 1010100 | 1011001 | 100010 |
Color Harmonies of #68A50A
Complementary color
Monochromatic Colors of #68A50A
Black with #68A50A
Text Example
Text Example
White with #68A50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A50A; }
p { color: rgb(104,165,10); }
H1.HeaderClassName
{
color: #68A50A;
}
.AnyTagClassName
{
color: #68A50A;
}
</style>
background-color css
<style>
a { background-color: #68A50A; }
a { background-color: rgb(104,165,10); }
div.DivClassName
{
background-color: #68A50A;
}
.BgClassName
{
background-color: #68A50A;
}
</style>
border-color css
<style>
span { border-color: #68A50A; }
span { border-color: rgb(104,165,10); }
td.TdClassName
{
border-color: #68A50A;
}
.TagClassName
{
border-color: #68A50A;
}
</style>