Shades of Christi #68BD13
Tints of Christi #68BD13
RGB
CMYK
RGB Variations
Color information
#68BD13 (or 0x68BD13) is known color: Christi. HEX triplet: 68, BD and 13. RGB value is (104,189,19). Sum of RGB (Red+Green+Blue) = 104+189+19=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD13 is #9742EC. Grayscale: #909090. Windows color (decimal): -9913069 or 1293672. OLE color: 1293672.
HSL color Cylindrical-coordinate representation of color #68BD13: hue angle of 90º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68BD13 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.26 |
| HSL | 90º | 0.82% | 0.41% | - |
| HSV(B) | 90º | 0.9% | 0.74% | - |
| XYZ | 24.02 | 39.39 | 6.95 | - |
| YUV | 144.21 | 57.34 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 19 | 0.45 | 0 | 0.90 | 0.26 | 90 | 0.82 | 0.41 |
| Hex | 68 | BD | 13 | 2D | 0 | 5A | 1A | 5A | 52 | 29 |
| Octal | 150 | 275 | 23 | 55 | 0 | 132 | 32 | 132 | 122 | 51 |
| Binary | 1101000 | 10111101 | 10011 | 101101 | 0 | 1011010 | 11010 | 1011010 | 1010010 | 101001 |
Color Harmonies of #68BD13
Complementary color
Monochromatic Colors of #68BD13
Black with #68BD13
Text Example
Text Example
White with #68BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD13; }
p { color: rgb(104,189,19); }
H1.HeaderClassName
{
color: #68BD13;
}
.AnyTagClassName
{
color: #68BD13;
}
</style>
background-color css
<style>
a { background-color: #68BD13; }
a { background-color: rgb(104,189,19); }
div.DivClassName
{
background-color: #68BD13;
}
.BgClassName
{
background-color: #68BD13;
}
</style>
border-color css
<style>
span { border-color: #68BD13; }
span { border-color: rgb(104,189,19); }
td.TdClassName
{
border-color: #68BD13;
}
.TagClassName
{
border-color: #68BD13;
}
</style>