Shades of Christi #68AC06
Tints of Christi #68AC06
RGB
CMYK
RGB Variations
Color information
#68AC06 (or 0x68AC06) is known color: Christi. HEX triplet: 68, AC and 06. RGB value is (104,172,6). Sum of RGB (Red+Green+Blue) = 104+172+6=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AC06 is #9753F9. Grayscale: #858585. Windows color (decimal): -9917434 or 437352. OLE color: 437352.
HSL color Cylindrical-coordinate representation of color #68AC06: hue angle of 84.58º degrees, saturation: 0.93, 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 #68AC06 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 6 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.33 |
| HSL | 84.58º | 0.93% | 0.35% | - |
| HSV(B) | 84.58º | 0.97% | 0.67% | - |
| XYZ | 20.49 | 32.46 | 5.36 | - |
| YUV | 132.74 | 56.47 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 6 | 0.40 | 0 | 0.97 | 0.33 | 84.58 | 0.93 | 0.35 |
| Hex | 68 | AC | 6 | 28 | 0 | 61 | 21 | 55 | 5D | 23 |
| Octal | 150 | 254 | 6 | 50 | 0 | 141 | 41 | 125 | 135 | 43 |
| Binary | 1101000 | 10101100 | 110 | 101000 | 0 | 1100001 | 100001 | 1010101 | 1011101 | 100011 |
Color Harmonies of #68AC06
Complementary color
Monochromatic Colors of #68AC06
Black with #68AC06
Text Example
Text Example
White with #68AC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC06; }
p { color: rgb(104,172,6); }
H1.HeaderClassName
{
color: #68AC06;
}
.AnyTagClassName
{
color: #68AC06;
}
</style>
background-color css
<style>
a { background-color: #68AC06; }
a { background-color: rgb(104,172,6); }
div.DivClassName
{
background-color: #68AC06;
}
.BgClassName
{
background-color: #68AC06;
}
</style>
border-color css
<style>
span { border-color: #68AC06; }
span { border-color: rgb(104,172,6); }
td.TdClassName
{
border-color: #68AC06;
}
.TagClassName
{
border-color: #68AC06;
}
</style>