Shades of Christi #68A629
Tints of Christi #68A629
RGB
CMYK
RGB Variations
Color information
#68A629 (or 0x68A629) is known color: Christi. HEX triplet: 68, A6 and 29. RGB value is (104,166,41). Sum of RGB (Red+Green+Blue) = 104+166+41=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #68A629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A629 is #9759D6. Grayscale: #858585. Windows color (decimal): -9918935 or 2729576. OLE color: 2729576.
HSL color Cylindrical-coordinate representation of color #68A629: hue angle of 89.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68A629 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 41 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.35 |
| HSL | 89.76º | 0.6% | 0.41% | - |
| HSV(B) | 89.76º | 0.75% | 0.65% | - |
| XYZ | 19.75 | 30.38 | 6.92 | - |
| YUV | 133.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 41 | 0.37 | 0 | 0.75 | 0.35 | 89.76 | 0.6 | 0.41 |
| Hex | 68 | A6 | 29 | 25 | 0 | 4B | 23 | 5A | 3C | 29 |
| Octal | 150 | 246 | 51 | 45 | 0 | 113 | 43 | 132 | 74 | 51 |
| Binary | 1101000 | 10100110 | 101001 | 100101 | 0 | 1001011 | 100011 | 1011010 | 111100 | 101001 |
Color Harmonies of #68A629
Complementary color
Monochromatic Colors of #68A629
Black with #68A629
Text Example
Text Example
White with #68A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A629; }
p { color: rgb(104,166,41); }
H1.HeaderClassName
{
color: #68A629;
}
.AnyTagClassName
{
color: #68A629;
}
</style>
background-color css
<style>
a { background-color: #68A629; }
a { background-color: rgb(104,166,41); }
div.DivClassName
{
background-color: #68A629;
}
.BgClassName
{
background-color: #68A629;
}
</style>
border-color css
<style>
span { border-color: #68A629; }
span { border-color: rgb(104,166,41); }
td.TdClassName
{
border-color: #68A629;
}
.TagClassName
{
border-color: #68A629;
}
</style>