Shades of Christi #68AB0F
Tints of Christi #68AB0F
RGB
CMYK
RGB Variations
Color information
#68AB0F (or 0x68AB0F) is known color: Christi. HEX triplet: 68, AB and 0F. RGB value is (104,171,15). Sum of RGB (Red+Green+Blue) = 104+171+15=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB0F is #9754F0. Grayscale: #858585. Windows color (decimal): -9917681 or 1026920. OLE color: 1026920.
HSL color Cylindrical-coordinate representation of color #68AB0F: hue angle of 85.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68AB0F is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 15 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.33 |
| HSL | 85.77º | 0.84% | 0.36% | - |
| HSV(B) | 85.77º | 0.91% | 0.67% | - |
| XYZ | 20.36 | 32.1 | 5.58 | - |
| YUV | 133.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 15 | 0.39 | 0 | 0.91 | 0.33 | 85.77 | 0.84 | 0.36 |
| Hex | 68 | AB | F | 27 | 0 | 5B | 21 | 56 | 54 | 24 |
| Octal | 150 | 253 | 17 | 47 | 0 | 133 | 41 | 126 | 124 | 44 |
| Binary | 1101000 | 10101011 | 1111 | 100111 | 0 | 1011011 | 100001 | 1010110 | 1010100 | 100100 |
Color Harmonies of #68AB0F
Complementary color
Monochromatic Colors of #68AB0F
Black with #68AB0F
Text Example
Text Example
White with #68AB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB0F; }
p { color: rgb(104,171,15); }
H1.HeaderClassName
{
color: #68AB0F;
}
.AnyTagClassName
{
color: #68AB0F;
}
</style>
background-color css
<style>
a { background-color: #68AB0F; }
a { background-color: rgb(104,171,15); }
div.DivClassName
{
background-color: #68AB0F;
}
.BgClassName
{
background-color: #68AB0F;
}
</style>
border-color css
<style>
span { border-color: #68AB0F; }
span { border-color: rgb(104,171,15); }
td.TdClassName
{
border-color: #68AB0F;
}
.TagClassName
{
border-color: #68AB0F;
}
</style>