Shades of Christi #68AC28
Tints of Christi #68AC28
RGB
CMYK
RGB Variations
Color information
#68AC28 (or 0x68AC28) is known color: Christi. HEX triplet: 68, AC and 28. RGB value is (104,172,40). Sum of RGB (Red+Green+Blue) = 104+172+40=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC28 is #9753D7. Grayscale: #898989. Windows color (decimal): -9917400 or 2665576. OLE color: 2665576.
HSL color Cylindrical-coordinate representation of color #68AC28: hue angle of 90.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68AC28 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 40 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.33 |
| HSL | 90.91º | 0.62% | 0.42% | - |
| HSV(B) | 90.91º | 0.77% | 0.67% | - |
| XYZ | 20.84 | 32.6 | 7.2 | - |
| YUV | 136.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 40 | 0.40 | 0 | 0.77 | 0.33 | 90.91 | 0.62 | 0.42 |
| Hex | 68 | AC | 28 | 28 | 0 | 4D | 21 | 5B | 3E | 2A |
| Octal | 150 | 254 | 50 | 50 | 0 | 115 | 41 | 133 | 76 | 52 |
| Binary | 1101000 | 10101100 | 101000 | 101000 | 0 | 1001101 | 100001 | 1011011 | 111110 | 101010 |
Color Harmonies of #68AC28
Complementary color
Monochromatic Colors of #68AC28
Black with #68AC28
Text Example
Text Example
White with #68AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC28; }
p { color: rgb(104,172,40); }
H1.HeaderClassName
{
color: #68AC28;
}
.AnyTagClassName
{
color: #68AC28;
}
</style>
background-color css
<style>
a { background-color: #68AC28; }
a { background-color: rgb(104,172,40); }
div.DivClassName
{
background-color: #68AC28;
}
.BgClassName
{
background-color: #68AC28;
}
</style>
border-color css
<style>
span { border-color: #68AC28; }
span { border-color: rgb(104,172,40); }
td.TdClassName
{
border-color: #68AC28;
}
.TagClassName
{
border-color: #68AC28;
}
</style>