Shades of Christi #68A324
Tints of Christi #68A324
RGB
CMYK
RGB Variations
Color information
#68A324 (or 0x68A324) is known color: Christi. HEX triplet: 68, A3 and 24. RGB value is (104,163,36). Sum of RGB (Red+Green+Blue) = 104+163+36=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #68A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A324 is #975CDB. Grayscale: #838383. Windows color (decimal): -9919708 or 2401128. OLE color: 2401128.
HSL color Cylindrical-coordinate representation of color #68A324: hue angle of 87.87º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68A324 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 36 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.36 |
| HSL | 87.87º | 0.64% | 0.39% | - |
| HSV(B) | 87.87º | 0.78% | 0.64% | - |
| XYZ | 19.12 | 29.26 | 6.31 | - |
| YUV | 130.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 36 | 0.36 | 0 | 0.78 | 0.36 | 87.87 | 0.64 | 0.39 |
| Hex | 68 | A3 | 24 | 24 | 0 | 4E | 24 | 58 | 40 | 27 |
| Octal | 150 | 243 | 44 | 44 | 0 | 116 | 44 | 130 | 100 | 47 |
| Binary | 1101000 | 10100011 | 100100 | 100100 | 0 | 1001110 | 100100 | 1011000 | 1000000 | 100111 |
Color Harmonies of #68A324
Complementary color
Monochromatic Colors of #68A324
Black with #68A324
Text Example
Text Example
White with #68A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A324; }
p { color: rgb(104,163,36); }
H1.HeaderClassName
{
color: #68A324;
}
.AnyTagClassName
{
color: #68A324;
}
</style>
background-color css
<style>
a { background-color: #68A324; }
a { background-color: rgb(104,163,36); }
div.DivClassName
{
background-color: #68A324;
}
.BgClassName
{
background-color: #68A324;
}
</style>
border-color css
<style>
span { border-color: #68A324; }
span { border-color: rgb(104,163,36); }
td.TdClassName
{
border-color: #68A324;
}
.TagClassName
{
border-color: #68A324;
}
</style>