Shades of Christi #68AB03
Tints of Christi #68AB03
RGB
CMYK
RGB Variations
Color information
#68AB03 (or 0x68AB03) is known color: Christi. HEX triplet: 68, AB and 03. RGB value is (104,171,3). Sum of RGB (Red+Green+Blue) = 104+171+3=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB03 is #9754FC. Grayscale: #848484. Windows color (decimal): -9917693 or 240488. OLE color: 240488.
HSL color Cylindrical-coordinate representation of color #68AB03: hue angle of 83.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68AB03 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.33 |
| HSL | 83.93º | 0.97% | 0.34% | - |
| HSV(B) | 83.93º | 0.98% | 0.67% | - |
| XYZ | 20.29 | 32.08 | 5.21 | - |
| YUV | 131.82 | 55.3 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 3 | 0.39 | 0 | 0.98 | 0.33 | 83.93 | 0.97 | 0.34 |
| Hex | 68 | AB | 3 | 27 | 0 | 62 | 21 | 54 | 61 | 22 |
| Octal | 150 | 253 | 3 | 47 | 0 | 142 | 41 | 124 | 141 | 42 |
| Binary | 1101000 | 10101011 | 11 | 100111 | 0 | 1100010 | 100001 | 1010100 | 1100001 | 100010 |
Color Harmonies of #68AB03
Complementary color
Monochromatic Colors of #68AB03
Black with #68AB03
Text Example
Text Example
White with #68AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB03; }
p { color: rgb(104,171,3); }
H1.HeaderClassName
{
color: #68AB03;
}
.AnyTagClassName
{
color: #68AB03;
}
</style>
background-color css
<style>
a { background-color: #68AB03; }
a { background-color: rgb(104,171,3); }
div.DivClassName
{
background-color: #68AB03;
}
.BgClassName
{
background-color: #68AB03;
}
</style>
border-color css
<style>
span { border-color: #68AB03; }
span { border-color: rgb(104,171,3); }
td.TdClassName
{
border-color: #68AB03;
}
.TagClassName
{
border-color: #68AB03;
}
</style>