Shades of Christi #68AC1D
Tints of Christi #68AC1D
RGB
CMYK
RGB Variations
Color information
#68AC1D (or 0x68AC1D) is known color: Christi. HEX triplet: 68, AC and 1D. RGB value is (104,172,29). Sum of RGB (Red+Green+Blue) = 104+172+29=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC1D is #9753E2. Grayscale: #878787. Windows color (decimal): -9917411 or 1944680. OLE color: 1944680.
HSL color Cylindrical-coordinate representation of color #68AC1D: hue angle of 88.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68AC1D is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 29 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.33 |
| HSL | 88.53º | 0.71% | 0.39% | - |
| HSV(B) | 88.53º | 0.83% | 0.67% | - |
| XYZ | 20.68 | 32.54 | 6.35 | - |
| YUV | 135.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 29 | 0.40 | 0 | 0.83 | 0.33 | 88.53 | 0.71 | 0.39 |
| Hex | 68 | AC | 1D | 28 | 0 | 53 | 21 | 59 | 47 | 27 |
| Octal | 150 | 254 | 35 | 50 | 0 | 123 | 41 | 131 | 107 | 47 |
| Binary | 1101000 | 10101100 | 11101 | 101000 | 0 | 1010011 | 100001 | 1011001 | 1000111 | 100111 |
Color Harmonies of #68AC1D
Complementary color
Monochromatic Colors of #68AC1D
Black with #68AC1D
Text Example
Text Example
White with #68AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC1D; }
p { color: rgb(104,172,29); }
H1.HeaderClassName
{
color: #68AC1D;
}
.AnyTagClassName
{
color: #68AC1D;
}
</style>
background-color css
<style>
a { background-color: #68AC1D; }
a { background-color: rgb(104,172,29); }
div.DivClassName
{
background-color: #68AC1D;
}
.BgClassName
{
background-color: #68AC1D;
}
</style>
border-color css
<style>
span { border-color: #68AC1D; }
span { border-color: rgb(104,172,29); }
td.TdClassName
{
border-color: #68AC1D;
}
.TagClassName
{
border-color: #68AC1D;
}
</style>