Shades of Christi #68AC01
Tints of Christi #68AC01
RGB
CMYK
RGB Variations
Color information
#68AC01 (or 0x68AC01) is known color: Christi. HEX triplet: 68, AC and 01. RGB value is (104,172,1). Sum of RGB (Red+Green+Blue) = 104+172+1=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC01 is #9753FE. Grayscale: #848484. Windows color (decimal): -9917439 or 109672. OLE color: 109672.
HSL color Cylindrical-coordinate representation of color #68AC01: hue angle of 83.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68AC01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.33 |
| HSL | 83.86º | 0.99% | 0.34% | - |
| HSV(B) | 83.86º | 0.99% | 0.67% | - |
| XYZ | 20.47 | 32.45 | 5.21 | - |
| YUV | 132.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 1 | 0.40 | 0 | 0.99 | 0.33 | 83.86 | 0.99 | 0.34 |
| Hex | 68 | AC | 1 | 28 | 0 | 63 | 21 | 54 | 63 | 22 |
| Octal | 150 | 254 | 1 | 50 | 0 | 143 | 41 | 124 | 143 | 42 |
| Binary | 1101000 | 10101100 | 1 | 101000 | 0 | 1100011 | 100001 | 1010100 | 1100011 | 100010 |
Color Harmonies of #68AC01
Complementary color
Monochromatic Colors of #68AC01
Black with #68AC01
Text Example
Text Example
White with #68AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC01; }
p { color: rgb(104,172,1); }
H1.HeaderClassName
{
color: #68AC01;
}
.AnyTagClassName
{
color: #68AC01;
}
</style>
background-color css
<style>
a { background-color: #68AC01; }
a { background-color: rgb(104,172,1); }
div.DivClassName
{
background-color: #68AC01;
}
.BgClassName
{
background-color: #68AC01;
}
</style>
border-color css
<style>
span { border-color: #68AC01; }
span { border-color: rgb(104,172,1); }
td.TdClassName
{
border-color: #68AC01;
}
.TagClassName
{
border-color: #68AC01;
}
</style>