Shades of Christi #68A123
Tints of Christi #68A123
RGB
CMYK
RGB Variations
Color information
#68A123 (or 0x68A123) is known color: Christi. HEX triplet: 68, A1 and 23. RGB value is (104,161,35). Sum of RGB (Red+Green+Blue) = 104+161+35=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #68A123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A123 is #975EDC. Grayscale: #828282. Windows color (decimal): -9920221 or 2335080. OLE color: 2335080.
HSL color Cylindrical-coordinate representation of color #68A123: hue angle of 87.14º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68A123 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 35 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.37 |
| HSL | 87.14º | 0.64% | 0.38% | - |
| HSV(B) | 87.14º | 0.78% | 0.63% | - |
| XYZ | 18.76 | 28.55 | 6.11 | - |
| YUV | 129.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 35 | 0.35 | 0 | 0.78 | 0.37 | 87.14 | 0.64 | 0.38 |
| Hex | 68 | A1 | 23 | 23 | 0 | 4E | 25 | 57 | 40 | 26 |
| Octal | 150 | 241 | 43 | 43 | 0 | 116 | 45 | 127 | 100 | 46 |
| Binary | 1101000 | 10100001 | 100011 | 100011 | 0 | 1001110 | 100101 | 1010111 | 1000000 | 100110 |
Color Harmonies of #68A123
Complementary color
Monochromatic Colors of #68A123
Black with #68A123
Text Example
Text Example
White with #68A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A123; }
p { color: rgb(104,161,35); }
H1.HeaderClassName
{
color: #68A123;
}
.AnyTagClassName
{
color: #68A123;
}
</style>
background-color css
<style>
a { background-color: #68A123; }
a { background-color: rgb(104,161,35); }
div.DivClassName
{
background-color: #68A123;
}
.BgClassName
{
background-color: #68A123;
}
</style>
border-color css
<style>
span { border-color: #68A123; }
span { border-color: rgb(104,161,35); }
td.TdClassName
{
border-color: #68A123;
}
.TagClassName
{
border-color: #68A123;
}
</style>