Shades of Christi #68AA26
Tints of Christi #68AA26
RGB
CMYK
RGB Variations
Color information
#68AA26 (or 0x68AA26) is known color: Christi. HEX triplet: 68, AA and 26. RGB value is (104,170,38). Sum of RGB (Red+Green+Blue) = 104+170+38=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA26 is #9755D9. Grayscale: #878787. Windows color (decimal): -9917914 or 2533992. OLE color: 2533992.
HSL color Cylindrical-coordinate representation of color #68AA26: hue angle of 90º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68AA26 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 38 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.33 |
| HSL | 90º | 0.63% | 0.41% | - |
| HSV(B) | 90º | 0.78% | 0.67% | - |
| XYZ | 20.43 | 31.83 | 6.9 | - |
| YUV | 135.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 38 | 0.39 | 0 | 0.78 | 0.33 | 90 | 0.63 | 0.41 |
| Hex | 68 | AA | 26 | 27 | 0 | 4E | 21 | 5A | 3F | 29 |
| Octal | 150 | 252 | 46 | 47 | 0 | 116 | 41 | 132 | 77 | 51 |
| Binary | 1101000 | 10101010 | 100110 | 100111 | 0 | 1001110 | 100001 | 1011010 | 111111 | 101001 |
Color Harmonies of #68AA26
Complementary color
Monochromatic Colors of #68AA26
Black with #68AA26
Text Example
Text Example
White with #68AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA26; }
p { color: rgb(104,170,38); }
H1.HeaderClassName
{
color: #68AA26;
}
.AnyTagClassName
{
color: #68AA26;
}
</style>
background-color css
<style>
a { background-color: #68AA26; }
a { background-color: rgb(104,170,38); }
div.DivClassName
{
background-color: #68AA26;
}
.BgClassName
{
background-color: #68AA26;
}
</style>
border-color css
<style>
span { border-color: #68AA26; }
span { border-color: rgb(104,170,38); }
td.TdClassName
{
border-color: #68AA26;
}
.TagClassName
{
border-color: #68AA26;
}
</style>