Shades of Christi #68AC05
Tints of Christi #68AC05
RGB
CMYK
RGB Variations
Color information
#68AC05 (or 0x68AC05) is known color: Christi. HEX triplet: 68, AC and 05. RGB value is (104,172,5). Sum of RGB (Red+Green+Blue) = 104+172+5=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC05 is #9753FA. Grayscale: #858585. Windows color (decimal): -9917435 or 371816. OLE color: 371816.
HSL color Cylindrical-coordinate representation of color #68AC05: hue angle of 84.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68AC05 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 5 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.33 |
| HSL | 84.43º | 0.94% | 0.35% | - |
| HSV(B) | 84.43º | 0.97% | 0.67% | - |
| XYZ | 20.49 | 32.46 | 5.33 | - |
| YUV | 132.63 | 55.97 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 5 | 0.40 | 0 | 0.97 | 0.33 | 84.43 | 0.94 | 0.35 |
| Hex | 68 | AC | 5 | 28 | 0 | 61 | 21 | 54 | 5E | 23 |
| Octal | 150 | 254 | 5 | 50 | 0 | 141 | 41 | 124 | 136 | 43 |
| Binary | 1101000 | 10101100 | 101 | 101000 | 0 | 1100001 | 100001 | 1010100 | 1011110 | 100011 |
Color Harmonies of #68AC05
Complementary color
Monochromatic Colors of #68AC05
Black with #68AC05
Text Example
Text Example
White with #68AC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC05; }
p { color: rgb(104,172,5); }
H1.HeaderClassName
{
color: #68AC05;
}
.AnyTagClassName
{
color: #68AC05;
}
</style>
background-color css
<style>
a { background-color: #68AC05; }
a { background-color: rgb(104,172,5); }
div.DivClassName
{
background-color: #68AC05;
}
.BgClassName
{
background-color: #68AC05;
}
</style>
border-color css
<style>
span { border-color: #68AC05; }
span { border-color: rgb(104,172,5); }
td.TdClassName
{
border-color: #68AC05;
}
.TagClassName
{
border-color: #68AC05;
}
</style>