Shades of Christi #68AD0F
Tints of Christi #68AD0F
RGB
CMYK
RGB Variations
Color information
#68AD0F (or 0x68AD0F) is known color: Christi. HEX triplet: 68, AD and 0F. RGB value is (104,173,15). Sum of RGB (Red+Green+Blue) = 104+173+15=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AD0F is #9752F0. Grayscale: #868686. Windows color (decimal): -9917169 or 1027432. OLE color: 1027432.
HSL color Cylindrical-coordinate representation of color #68AD0F: hue angle of 86.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68AD0F is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 15 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.32 |
| HSL | 86.2º | 0.84% | 0.37% | - |
| HSV(B) | 86.2º | 0.91% | 0.68% | - |
| XYZ | 20.74 | 32.86 | 5.7 | - |
| YUV | 134.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 15 | 0.40 | 0 | 0.91 | 0.32 | 86.2 | 0.84 | 0.37 |
| Hex | 68 | AD | F | 28 | 0 | 5B | 20 | 56 | 54 | 25 |
| Octal | 150 | 255 | 17 | 50 | 0 | 133 | 40 | 126 | 124 | 45 |
| Binary | 1101000 | 10101101 | 1111 | 101000 | 0 | 1011011 | 100000 | 1010110 | 1010100 | 100101 |
Color Harmonies of #68AD0F
Complementary color
Monochromatic Colors of #68AD0F
Black with #68AD0F
Text Example
Text Example
White with #68AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD0F; }
p { color: rgb(104,173,15); }
H1.HeaderClassName
{
color: #68AD0F;
}
.AnyTagClassName
{
color: #68AD0F;
}
</style>
background-color css
<style>
a { background-color: #68AD0F; }
a { background-color: rgb(104,173,15); }
div.DivClassName
{
background-color: #68AD0F;
}
.BgClassName
{
background-color: #68AD0F;
}
</style>
border-color css
<style>
span { border-color: #68AD0F; }
span { border-color: rgb(104,173,15); }
td.TdClassName
{
border-color: #68AD0F;
}
.TagClassName
{
border-color: #68AD0F;
}
</style>