Shades of Christi #679D1C
Tints of Christi #679D1C
RGB
CMYK
RGB Variations
Color information
#679D1C (or 0x679D1C) is known color: Christi. HEX triplet: 67, 9D and 1C. RGB value is (103,157,28). Sum of RGB (Red+Green+Blue) = 103+157+28=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #679D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679D1C is #9862E3. Grayscale: #7E7E7E. Windows color (decimal): -9986788 or 1875303. OLE color: 1875303.
HSL color Cylindrical-coordinate representation of color #679D1C: hue angle of 85.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #679D1C is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 28 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.38 |
| HSL | 85.12º | 0.7% | 0.36% | - |
| HSV(B) | 85.12º | 0.82% | 0.62% | - |
| XYZ | 17.86 | 27.08 | 5.38 | - |
| YUV | 126.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 28 | 0.34 | 0 | 0.82 | 0.38 | 85.12 | 0.7 | 0.36 |
| Hex | 67 | 9D | 1C | 22 | 0 | 52 | 26 | 55 | 46 | 24 |
| Octal | 147 | 235 | 34 | 42 | 0 | 122 | 46 | 125 | 106 | 44 |
| Binary | 1100111 | 10011101 | 11100 | 100010 | 0 | 1010010 | 100110 | 1010101 | 1000110 | 100100 |
Color Harmonies of #679D1C
Complementary color
Monochromatic Colors of #679D1C
Black with #679D1C
Text Example
Text Example
White with #679D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D1C; }
p { color: rgb(103,157,28); }
H1.HeaderClassName
{
color: #679D1C;
}
.AnyTagClassName
{
color: #679D1C;
}
</style>
background-color css
<style>
a { background-color: #679D1C; }
a { background-color: rgb(103,157,28); }
div.DivClassName
{
background-color: #679D1C;
}
.BgClassName
{
background-color: #679D1C;
}
</style>
border-color css
<style>
span { border-color: #679D1C; }
span { border-color: rgb(103,157,28); }
td.TdClassName
{
border-color: #679D1C;
}
.TagClassName
{
border-color: #679D1C;
}
</style>