Shades of Christi #68AD03
Tints of Christi #68AD03
RGB
CMYK
RGB Variations
Color information
#68AD03 (or 0x68AD03) is known color: Christi. HEX triplet: 68, AD and 03. RGB value is (104,173,3). Sum of RGB (Red+Green+Blue) = 104+173+3=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AD03 is #9752FC. Grayscale: #858585. Windows color (decimal): -9917181 or 241000. OLE color: 241000.
HSL color Cylindrical-coordinate representation of color #68AD03: hue angle of 84.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68AD03 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 3 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.32 |
| HSL | 84.35º | 0.97% | 0.35% | - |
| HSV(B) | 84.35º | 0.98% | 0.68% | - |
| XYZ | 20.67 | 32.84 | 5.33 | - |
| YUV | 132.99 | 54.64 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 3 | 0.40 | 0 | 0.98 | 0.32 | 84.35 | 0.97 | 0.35 |
| Hex | 68 | AD | 3 | 28 | 0 | 62 | 20 | 54 | 61 | 23 |
| Octal | 150 | 255 | 3 | 50 | 0 | 142 | 40 | 124 | 141 | 43 |
| Binary | 1101000 | 10101101 | 11 | 101000 | 0 | 1100010 | 100000 | 1010100 | 1100001 | 100011 |
Color Harmonies of #68AD03
Complementary color
Monochromatic Colors of #68AD03
Black with #68AD03
Text Example
Text Example
White with #68AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD03; }
p { color: rgb(104,173,3); }
H1.HeaderClassName
{
color: #68AD03;
}
.AnyTagClassName
{
color: #68AD03;
}
</style>
background-color css
<style>
a { background-color: #68AD03; }
a { background-color: rgb(104,173,3); }
div.DivClassName
{
background-color: #68AD03;
}
.BgClassName
{
background-color: #68AD03;
}
</style>
border-color css
<style>
span { border-color: #68AD03; }
span { border-color: rgb(104,173,3); }
td.TdClassName
{
border-color: #68AD03;
}
.TagClassName
{
border-color: #68AD03;
}
</style>