Shades of Christi #68A11A
Tints of Christi #68A11A
RGB
CMYK
RGB Variations
Color information
#68A11A (or 0x68A11A) is known color: Christi. HEX triplet: 68, A1 and 1A. RGB value is (104,161,26). Sum of RGB (Red+Green+Blue) = 104+161+26=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #68A11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A11A is #975EE5. Grayscale: #818181. Windows color (decimal): -9920230 or 1745256. OLE color: 1745256.
HSL color Cylindrical-coordinate representation of color #68A11A: hue angle of 85.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68A11A is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 26 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.37 |
| HSL | 85.33º | 0.72% | 0.37% | - |
| HSV(B) | 85.33º | 0.84% | 0.63% | - |
| XYZ | 18.64 | 28.51 | 5.5 | - |
| YUV | 128.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 26 | 0.35 | 0 | 0.84 | 0.37 | 85.33 | 0.72 | 0.37 |
| Hex | 68 | A1 | 1A | 23 | 0 | 54 | 25 | 55 | 48 | 25 |
| Octal | 150 | 241 | 32 | 43 | 0 | 124 | 45 | 125 | 110 | 45 |
| Binary | 1101000 | 10100001 | 11010 | 100011 | 0 | 1010100 | 100101 | 1010101 | 1001000 | 100101 |
Color Harmonies of #68A11A
Complementary color
Monochromatic Colors of #68A11A
Black with #68A11A
Text Example
Text Example
White with #68A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A11A; }
p { color: rgb(104,161,26); }
H1.HeaderClassName
{
color: #68A11A;
}
.AnyTagClassName
{
color: #68A11A;
}
</style>
background-color css
<style>
a { background-color: #68A11A; }
a { background-color: rgb(104,161,26); }
div.DivClassName
{
background-color: #68A11A;
}
.BgClassName
{
background-color: #68A11A;
}
</style>
border-color css
<style>
span { border-color: #68A11A; }
span { border-color: rgb(104,161,26); }
td.TdClassName
{
border-color: #68A11A;
}
.TagClassName
{
border-color: #68A11A;
}
</style>