Shades of Christi #679F0C
Tints of Christi #679F0C
RGB
CMYK
RGB Variations
Color information
#679F0C (or 0x679F0C) is known color: Christi. HEX triplet: 67, 9F and 0C. RGB value is (103,159,12). Sum of RGB (Red+Green+Blue) = 103+159+12=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #679F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679F0C is #9860F3. Grayscale: #7E7E7E. Windows color (decimal): -9986292 or 827239. OLE color: 827239.
HSL color Cylindrical-coordinate representation of color #679F0C: hue angle of 82.86º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #679F0C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.38 |
| HSL | 82.86º | 0.86% | 0.34% | - |
| HSV(B) | 82.86º | 0.92% | 0.62% | - |
| XYZ | 18.06 | 27.71 | 4.74 | - |
| YUV | 125.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 12 | 0.35 | 0 | 0.92 | 0.38 | 82.86 | 0.86 | 0.34 |
| Hex | 67 | 9F | C | 23 | 0 | 5C | 26 | 53 | 56 | 22 |
| Octal | 147 | 237 | 14 | 43 | 0 | 134 | 46 | 123 | 126 | 42 |
| Binary | 1100111 | 10011111 | 1100 | 100011 | 0 | 1011100 | 100110 | 1010011 | 1010110 | 100010 |
Color Harmonies of #679F0C
Complementary color
Monochromatic Colors of #679F0C
Black with #679F0C
Text Example
Text Example
White with #679F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F0C; }
p { color: rgb(103,159,12); }
H1.HeaderClassName
{
color: #679F0C;
}
.AnyTagClassName
{
color: #679F0C;
}
</style>
background-color css
<style>
a { background-color: #679F0C; }
a { background-color: rgb(103,159,12); }
div.DivClassName
{
background-color: #679F0C;
}
.BgClassName
{
background-color: #679F0C;
}
</style>
border-color css
<style>
span { border-color: #679F0C; }
span { border-color: rgb(103,159,12); }
td.TdClassName
{
border-color: #679F0C;
}
.TagClassName
{
border-color: #679F0C;
}
</style>