Shades of Christi #679F0D
Tints of Christi #679F0D
RGB
CMYK
RGB Variations
Color information
#679F0D (or 0x679F0D) is known color: Christi. HEX triplet: 67, 9F and 0D. RGB value is (103,159,13). Sum of RGB (Red+Green+Blue) = 103+159+13=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #679F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679F0D is #9860F2. Grayscale: #7E7E7E. Windows color (decimal): -9986291 or 892775. OLE color: 892775.
HSL color Cylindrical-coordinate representation of color #679F0D: hue angle of 83.01º degrees, saturation: 0.85, 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 #679F0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.38 |
| HSL | 83.01º | 0.85% | 0.34% | - |
| HSV(B) | 83.01º | 0.92% | 0.62% | - |
| XYZ | 18.06 | 27.71 | 4.78 | - |
| YUV | 125.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 13 | 0.35 | 0 | 0.92 | 0.38 | 83.01 | 0.85 | 0.34 |
| Hex | 67 | 9F | D | 23 | 0 | 5C | 26 | 53 | 55 | 22 |
| Octal | 147 | 237 | 15 | 43 | 0 | 134 | 46 | 123 | 125 | 42 |
| Binary | 1100111 | 10011111 | 1101 | 100011 | 0 | 1011100 | 100110 | 1010011 | 1010101 | 100010 |
Color Harmonies of #679F0D
Complementary color
Monochromatic Colors of #679F0D
Black with #679F0D
Text Example
Text Example
White with #679F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F0D; }
p { color: rgb(103,159,13); }
H1.HeaderClassName
{
color: #679F0D;
}
.AnyTagClassName
{
color: #679F0D;
}
</style>
background-color css
<style>
a { background-color: #679F0D; }
a { background-color: rgb(103,159,13); }
div.DivClassName
{
background-color: #679F0D;
}
.BgClassName
{
background-color: #679F0D;
}
</style>
border-color css
<style>
span { border-color: #679F0D; }
span { border-color: rgb(103,159,13); }
td.TdClassName
{
border-color: #679F0D;
}
.TagClassName
{
border-color: #679F0D;
}
</style>