Shades of Christi #68A820
Tints of Christi #68A820
RGB
CMYK
RGB Variations
Color information
#68A820 (or 0x68A820) is known color: Christi. HEX triplet: 68, A8 and 20. RGB value is (104,168,32). Sum of RGB (Red+Green+Blue) = 104+168+32=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #68A820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A820 is #9757DF. Grayscale: #858585. Windows color (decimal): -9918432 or 2140264. OLE color: 2140264.
HSL color Cylindrical-coordinate representation of color #68A820: hue angle of 88.24º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68A820 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 32 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.34 |
| HSL | 88.24º | 0.68% | 0.39% | - |
| HSV(B) | 88.24º | 0.81% | 0.66% | - |
| XYZ | 19.97 | 31.05 | 6.31 | - |
| YUV | 133.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 32 | 0.38 | 0 | 0.81 | 0.34 | 88.24 | 0.68 | 0.39 |
| Hex | 68 | A8 | 20 | 26 | 0 | 51 | 22 | 58 | 44 | 27 |
| Octal | 150 | 250 | 40 | 46 | 0 | 121 | 42 | 130 | 104 | 47 |
| Binary | 1101000 | 10101000 | 100000 | 100110 | 0 | 1010001 | 100010 | 1011000 | 1000100 | 100111 |
Color Harmonies of #68A820
Complementary color
Monochromatic Colors of #68A820
Black with #68A820
Text Example
Text Example
White with #68A820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A820; }
p { color: rgb(104,168,32); }
H1.HeaderClassName
{
color: #68A820;
}
.AnyTagClassName
{
color: #68A820;
}
</style>
background-color css
<style>
a { background-color: #68A820; }
a { background-color: rgb(104,168,32); }
div.DivClassName
{
background-color: #68A820;
}
.BgClassName
{
background-color: #68A820;
}
</style>
border-color css
<style>
span { border-color: #68A820; }
span { border-color: rgb(104,168,32); }
td.TdClassName
{
border-color: #68A820;
}
.TagClassName
{
border-color: #68A820;
}
</style>