Shades of Christi #679C18
Tints of Christi #679C18
RGB
CMYK
RGB Variations
Color information
#679C18 (or 0x679C18) is known color: Christi. HEX triplet: 67, 9C and 18. RGB value is (103,156,24). Sum of RGB (Red+Green+Blue) = 103+156+24=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #679C18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679C18 is #9863E7. Grayscale: #7D7D7D. Windows color (decimal): -9987048 or 1612903. OLE color: 1612903.
HSL color Cylindrical-coordinate representation of color #679C18: hue angle of 84.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679C18 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 24 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.39 |
| HSL | 84.09º | 0.73% | 0.35% | - |
| HSV(B) | 84.09º | 0.85% | 0.61% | - |
| XYZ | 17.65 | 26.73 | 5.09 | - |
| YUV | 125.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 24 | 0.34 | 0 | 0.85 | 0.39 | 84.09 | 0.73 | 0.35 |
| Hex | 67 | 9C | 18 | 22 | 0 | 55 | 27 | 54 | 49 | 23 |
| Octal | 147 | 234 | 30 | 42 | 0 | 125 | 47 | 124 | 111 | 43 |
| Binary | 1100111 | 10011100 | 11000 | 100010 | 0 | 1010101 | 100111 | 1010100 | 1001001 | 100011 |
Color Harmonies of #679C18
Complementary color
Monochromatic Colors of #679C18
Black with #679C18
Text Example
Text Example
White with #679C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C18; }
p { color: rgb(103,156,24); }
H1.HeaderClassName
{
color: #679C18;
}
.AnyTagClassName
{
color: #679C18;
}
</style>
background-color css
<style>
a { background-color: #679C18; }
a { background-color: rgb(103,156,24); }
div.DivClassName
{
background-color: #679C18;
}
.BgClassName
{
background-color: #679C18;
}
</style>
border-color css
<style>
span { border-color: #679C18; }
span { border-color: rgb(103,156,24); }
td.TdClassName
{
border-color: #679C18;
}
.TagClassName
{
border-color: #679C18;
}
</style>