Shades of Christi #68A50F
Tints of Christi #68A50F
RGB
CMYK
RGB Variations
Color information
#68A50F (or 0x68A50F) is known color: Christi. HEX triplet: 68, A5 and 0F. RGB value is (104,165,15). Sum of RGB (Red+Green+Blue) = 104+165+15=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #68A50F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A50F is #975AF0. Grayscale: #828282. Windows color (decimal): -9919217 or 1025384. OLE color: 1025384.
HSL color Cylindrical-coordinate representation of color #68A50F: hue angle of 84.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68A50F is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 15 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.35 |
| HSL | 84.4º | 0.83% | 0.35% | - |
| HSV(B) | 84.4º | 0.91% | 0.65% | - |
| XYZ | 19.25 | 29.89 | 5.21 | - |
| YUV | 129.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 15 | 0.37 | 0 | 0.91 | 0.35 | 84.4 | 0.83 | 0.35 |
| Hex | 68 | A5 | F | 25 | 0 | 5B | 23 | 54 | 53 | 23 |
| Octal | 150 | 245 | 17 | 45 | 0 | 133 | 43 | 124 | 123 | 43 |
| Binary | 1101000 | 10100101 | 1111 | 100101 | 0 | 1011011 | 100011 | 1010100 | 1010011 | 100011 |
Color Harmonies of #68A50F
Complementary color
Monochromatic Colors of #68A50F
Black with #68A50F
Text Example
Text Example
White with #68A50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A50F; }
p { color: rgb(104,165,15); }
H1.HeaderClassName
{
color: #68A50F;
}
.AnyTagClassName
{
color: #68A50F;
}
</style>
background-color css
<style>
a { background-color: #68A50F; }
a { background-color: rgb(104,165,15); }
div.DivClassName
{
background-color: #68A50F;
}
.BgClassName
{
background-color: #68A50F;
}
</style>
border-color css
<style>
span { border-color: #68A50F; }
span { border-color: rgb(104,165,15); }
td.TdClassName
{
border-color: #68A50F;
}
.TagClassName
{
border-color: #68A50F;
}
</style>