Shades of Christi #679E0D
Tints of Christi #679E0D
RGB
CMYK
RGB Variations
Color information
#679E0D (or 0x679E0D) is known color: Christi. HEX triplet: 67, 9E and 0D. RGB value is (103,158,13). Sum of RGB (Red+Green+Blue) = 103+158+13=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #679E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679E0D is #9861F2. Grayscale: #7D7D7D. Windows color (decimal): -9986547 or 892519. OLE color: 892519.
HSL color Cylindrical-coordinate representation of color #679E0D: hue angle of 82.76º 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 #679E0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.38 |
| HSL | 82.76º | 0.85% | 0.34% | - |
| HSV(B) | 82.76º | 0.92% | 0.62% | - |
| XYZ | 17.89 | 27.37 | 4.72 | - |
| YUV | 125.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 13 | 0.35 | 0 | 0.92 | 0.38 | 82.76 | 0.85 | 0.34 |
| Hex | 67 | 9E | D | 23 | 0 | 5C | 26 | 53 | 55 | 22 |
| Octal | 147 | 236 | 15 | 43 | 0 | 134 | 46 | 123 | 125 | 42 |
| Binary | 1100111 | 10011110 | 1101 | 100011 | 0 | 1011100 | 100110 | 1010011 | 1010101 | 100010 |
Color Harmonies of #679E0D
Complementary color
Monochromatic Colors of #679E0D
Black with #679E0D
Text Example
Text Example
White with #679E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E0D; }
p { color: rgb(103,158,13); }
H1.HeaderClassName
{
color: #679E0D;
}
.AnyTagClassName
{
color: #679E0D;
}
</style>
background-color css
<style>
a { background-color: #679E0D; }
a { background-color: rgb(103,158,13); }
div.DivClassName
{
background-color: #679E0D;
}
.BgClassName
{
background-color: #679E0D;
}
</style>
border-color css
<style>
span { border-color: #679E0D; }
span { border-color: rgb(103,158,13); }
td.TdClassName
{
border-color: #679E0D;
}
.TagClassName
{
border-color: #679E0D;
}
</style>