Shades of Christi #68A519
Tints of Christi #68A519
RGB
CMYK
RGB Variations
Color information
#68A519 (or 0x68A519) is known color: Christi. HEX triplet: 68, A5 and 19. RGB value is (104,165,25). Sum of RGB (Red+Green+Blue) = 104+165+25=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #68A519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A519 is #975AE6. Grayscale: #838383. Windows color (decimal): -9919207 or 1680744. OLE color: 1680744.
HSL color Cylindrical-coordinate representation of color #68A519: hue angle of 86.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68A519 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 25 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.35 |
| HSL | 86.14º | 0.74% | 0.37% | - |
| HSV(B) | 86.14º | 0.85% | 0.65% | - |
| XYZ | 19.34 | 29.92 | 5.68 | - |
| YUV | 130.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 25 | 0.37 | 0 | 0.85 | 0.35 | 86.14 | 0.74 | 0.37 |
| Hex | 68 | A5 | 19 | 25 | 0 | 55 | 23 | 56 | 4A | 25 |
| Octal | 150 | 245 | 31 | 45 | 0 | 125 | 43 | 126 | 112 | 45 |
| Binary | 1101000 | 10100101 | 11001 | 100101 | 0 | 1010101 | 100011 | 1010110 | 1001010 | 100101 |
Color Harmonies of #68A519
Complementary color
Monochromatic Colors of #68A519
Black with #68A519
Text Example
Text Example
White with #68A519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A519; }
p { color: rgb(104,165,25); }
H1.HeaderClassName
{
color: #68A519;
}
.AnyTagClassName
{
color: #68A519;
}
</style>
background-color css
<style>
a { background-color: #68A519; }
a { background-color: rgb(104,165,25); }
div.DivClassName
{
background-color: #68A519;
}
.BgClassName
{
background-color: #68A519;
}
</style>
border-color css
<style>
span { border-color: #68A519; }
span { border-color: rgb(104,165,25); }
td.TdClassName
{
border-color: #68A519;
}
.TagClassName
{
border-color: #68A519;
}
</style>