Shades of Christi #679D18
Tints of Christi #679D18
RGB
CMYK
RGB Variations
Color information
#679D18 (or 0x679D18) is known color: Christi. HEX triplet: 67, 9D and 18. RGB value is (103,157,24). Sum of RGB (Red+Green+Blue) = 103+157+24=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #679D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679D18 is #9862E7. Grayscale: #7E7E7E. Windows color (decimal): -9986792 or 1613159. OLE color: 1613159.
HSL color Cylindrical-coordinate representation of color #679D18: hue angle of 84.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679D18 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 24 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.38 |
| HSL | 84.36º | 0.73% | 0.35% | - |
| HSV(B) | 84.36º | 0.85% | 0.62% | - |
| XYZ | 17.82 | 27.06 | 5.15 | - |
| YUV | 125.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 24 | 0.34 | 0 | 0.85 | 0.38 | 84.36 | 0.73 | 0.35 |
| Hex | 67 | 9D | 18 | 22 | 0 | 55 | 26 | 54 | 49 | 23 |
| Octal | 147 | 235 | 30 | 42 | 0 | 125 | 46 | 124 | 111 | 43 |
| Binary | 1100111 | 10011101 | 11000 | 100010 | 0 | 1010101 | 100110 | 1010100 | 1001001 | 100011 |
Color Harmonies of #679D18
Complementary color
Monochromatic Colors of #679D18
Black with #679D18
Text Example
Text Example
White with #679D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D18; }
p { color: rgb(103,157,24); }
H1.HeaderClassName
{
color: #679D18;
}
.AnyTagClassName
{
color: #679D18;
}
</style>
background-color css
<style>
a { background-color: #679D18; }
a { background-color: rgb(103,157,24); }
div.DivClassName
{
background-color: #679D18;
}
.BgClassName
{
background-color: #679D18;
}
</style>
border-color css
<style>
span { border-color: #679D18; }
span { border-color: rgb(103,157,24); }
td.TdClassName
{
border-color: #679D18;
}
.TagClassName
{
border-color: #679D18;
}
</style>