Shades of Christi #68B719
Tints of Christi #68B719
RGB
CMYK
RGB Variations
Color information
#68B719 (or 0x68B719) is known color: Christi. HEX triplet: 68, B7 and 19. RGB value is (104,183,25). Sum of RGB (Red+Green+Blue) = 104+183+25=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #68B719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B719 is #9748E6. Grayscale: #8D8D8D. Windows color (decimal): -9914599 or 1685352. OLE color: 1685352.
HSL color Cylindrical-coordinate representation of color #68B719: hue angle of 90º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68B719 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 25 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.28 |
| HSL | 90º | 0.76% | 0.41% | - |
| HSV(B) | 90º | 0.86% | 0.72% | - |
| XYZ | 22.82 | 36.88 | 6.84 | - |
| YUV | 141.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 25 | 0.43 | 0 | 0.86 | 0.28 | 90 | 0.76 | 0.41 |
| Hex | 68 | B7 | 19 | 2B | 0 | 56 | 1C | 5A | 4C | 29 |
| Octal | 150 | 267 | 31 | 53 | 0 | 126 | 34 | 132 | 114 | 51 |
| Binary | 1101000 | 10110111 | 11001 | 101011 | 0 | 1010110 | 11100 | 1011010 | 1001100 | 101001 |
Color Harmonies of #68B719
Complementary color
Monochromatic Colors of #68B719
Black with #68B719
Text Example
Text Example
White with #68B719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B719; }
p { color: rgb(104,183,25); }
H1.HeaderClassName
{
color: #68B719;
}
.AnyTagClassName
{
color: #68B719;
}
</style>
background-color css
<style>
a { background-color: #68B719; }
a { background-color: rgb(104,183,25); }
div.DivClassName
{
background-color: #68B719;
}
.BgClassName
{
background-color: #68B719;
}
</style>
border-color css
<style>
span { border-color: #68B719; }
span { border-color: rgb(104,183,25); }
td.TdClassName
{
border-color: #68B719;
}
.TagClassName
{
border-color: #68B719;
}
</style>