Shades of Christi #68AC0A
Tints of Christi #68AC0A
RGB
CMYK
RGB Variations
Color information
#68AC0A (or 0x68AC0A) is known color: Christi. HEX triplet: 68, AC and 0A. RGB value is (104,172,10). Sum of RGB (Red+Green+Blue) = 104+172+10=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC0A is #9753F5. Grayscale: #858585. Windows color (decimal): -9917430 or 699496. OLE color: 699496.
HSL color Cylindrical-coordinate representation of color #68AC0A: hue angle of 85.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68AC0A is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 10 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.33 |
| HSL | 85.19º | 0.89% | 0.36% | - |
| HSV(B) | 85.19º | 0.94% | 0.67% | - |
| XYZ | 20.52 | 32.47 | 5.47 | - |
| YUV | 133.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 10 | 0.40 | 0 | 0.94 | 0.33 | 85.19 | 0.89 | 0.36 |
| Hex | 68 | AC | A | 28 | 0 | 5E | 21 | 55 | 59 | 24 |
| Octal | 150 | 254 | 12 | 50 | 0 | 136 | 41 | 125 | 131 | 44 |
| Binary | 1101000 | 10101100 | 1010 | 101000 | 0 | 1011110 | 100001 | 1010101 | 1011001 | 100100 |
Color Harmonies of #68AC0A
Complementary color
Monochromatic Colors of #68AC0A
Black with #68AC0A
Text Example
Text Example
White with #68AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC0A; }
p { color: rgb(104,172,10); }
H1.HeaderClassName
{
color: #68AC0A;
}
.AnyTagClassName
{
color: #68AC0A;
}
</style>
background-color css
<style>
a { background-color: #68AC0A; }
a { background-color: rgb(104,172,10); }
div.DivClassName
{
background-color: #68AC0A;
}
.BgClassName
{
background-color: #68AC0A;
}
</style>
border-color css
<style>
span { border-color: #68AC0A; }
span { border-color: rgb(104,172,10); }
td.TdClassName
{
border-color: #68AC0A;
}
.TagClassName
{
border-color: #68AC0A;
}
</style>