Shades of Christi #68AC27
Tints of Christi #68AC27
RGB
CMYK
RGB Variations
Color information
#68AC27 (or 0x68AC27) is known color: Christi. HEX triplet: 68, AC and 27. RGB value is (104,172,39). Sum of RGB (Red+Green+Blue) = 104+172+39=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC27 is #9753D8. Grayscale: #888888. Windows color (decimal): -9917401 or 2600040. OLE color: 2600040.
HSL color Cylindrical-coordinate representation of color #68AC27: hue angle of 90.68º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68AC27 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 39 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.33 |
| HSL | 90.68º | 0.63% | 0.41% | - |
| HSV(B) | 90.68º | 0.77% | 0.67% | - |
| XYZ | 20.83 | 32.59 | 7.11 | - |
| YUV | 136.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 39 | 0.40 | 0 | 0.77 | 0.33 | 90.68 | 0.63 | 0.41 |
| Hex | 68 | AC | 27 | 28 | 0 | 4D | 21 | 5B | 3F | 29 |
| Octal | 150 | 254 | 47 | 50 | 0 | 115 | 41 | 133 | 77 | 51 |
| Binary | 1101000 | 10101100 | 100111 | 101000 | 0 | 1001101 | 100001 | 1011011 | 111111 | 101001 |
Color Harmonies of #68AC27
Complementary color
Monochromatic Colors of #68AC27
Black with #68AC27
Text Example
Text Example
White with #68AC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC27; }
p { color: rgb(104,172,39); }
H1.HeaderClassName
{
color: #68AC27;
}
.AnyTagClassName
{
color: #68AC27;
}
</style>
background-color css
<style>
a { background-color: #68AC27; }
a { background-color: rgb(104,172,39); }
div.DivClassName
{
background-color: #68AC27;
}
.BgClassName
{
background-color: #68AC27;
}
</style>
border-color css
<style>
span { border-color: #68AC27; }
span { border-color: rgb(104,172,39); }
td.TdClassName
{
border-color: #68AC27;
}
.TagClassName
{
border-color: #68AC27;
}
</style>