Shades of Christi #68A60A
Tints of Christi #68A60A
RGB
CMYK
RGB Variations
Color information
#68A60A (or 0x68A60A) is known color: Christi. HEX triplet: 68, A6 and 0A. RGB value is (104,166,10). Sum of RGB (Red+Green+Blue) = 104+166+10=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #68A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A60A is #9759F5. Grayscale: #828282. Windows color (decimal): -9918966 or 697960. OLE color: 697960.
HSL color Cylindrical-coordinate representation of color #68A60A: hue angle of 83.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68A60A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.35 |
| HSL | 83.85º | 0.89% | 0.35% | - |
| HSV(B) | 83.85º | 0.94% | 0.65% | - |
| XYZ | 19.4 | 30.24 | 5.1 | - |
| YUV | 129.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 10 | 0.37 | 0 | 0.94 | 0.35 | 83.85 | 0.89 | 0.35 |
| Hex | 68 | A6 | A | 25 | 0 | 5E | 23 | 54 | 59 | 23 |
| Octal | 150 | 246 | 12 | 45 | 0 | 136 | 43 | 124 | 131 | 43 |
| Binary | 1101000 | 10100110 | 1010 | 100101 | 0 | 1011110 | 100011 | 1010100 | 1011001 | 100011 |
Color Harmonies of #68A60A
Complementary color
Monochromatic Colors of #68A60A
Black with #68A60A
Text Example
Text Example
White with #68A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A60A; }
p { color: rgb(104,166,10); }
H1.HeaderClassName
{
color: #68A60A;
}
.AnyTagClassName
{
color: #68A60A;
}
</style>
background-color css
<style>
a { background-color: #68A60A; }
a { background-color: rgb(104,166,10); }
div.DivClassName
{
background-color: #68A60A;
}
.BgClassName
{
background-color: #68A60A;
}
</style>
border-color css
<style>
span { border-color: #68A60A; }
span { border-color: rgb(104,166,10); }
td.TdClassName
{
border-color: #68A60A;
}
.TagClassName
{
border-color: #68A60A;
}
</style>