Shades of Christi #679A11
Tints of Christi #679A11
RGB
CMYK
RGB Variations
Color information
#679A11 (or 0x679A11) is known color: Christi. HEX triplet: 67, 9A and 11. RGB value is (103,154,17). Sum of RGB (Red+Green+Blue) = 103+154+17=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #679A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679A11 is #9865EE. Grayscale: #7B7B7B. Windows color (decimal): -9987567 or 1153639. OLE color: 1153639.
HSL color Cylindrical-coordinate representation of color #679A11: hue angle of 82.34º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679A11 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 17 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.40 |
| HSL | 82.34º | 0.8% | 0.34% | - |
| HSV(B) | 82.34º | 0.89% | 0.6% | - |
| XYZ | 17.25 | 26.04 | 4.65 | - |
| YUV | 123.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 17 | 0.33 | 0 | 0.89 | 0.40 | 82.34 | 0.8 | 0.34 |
| Hex | 67 | 9A | 11 | 21 | 0 | 59 | 28 | 52 | 50 | 22 |
| Octal | 147 | 232 | 21 | 41 | 0 | 131 | 50 | 122 | 120 | 42 |
| Binary | 1100111 | 10011010 | 10001 | 100001 | 0 | 1011001 | 101000 | 1010010 | 1010000 | 100010 |
Color Harmonies of #679A11
Complementary color
Monochromatic Colors of #679A11
Black with #679A11
Text Example
Text Example
White with #679A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A11; }
p { color: rgb(103,154,17); }
H1.HeaderClassName
{
color: #679A11;
}
.AnyTagClassName
{
color: #679A11;
}
</style>
background-color css
<style>
a { background-color: #679A11; }
a { background-color: rgb(103,154,17); }
div.DivClassName
{
background-color: #679A11;
}
.BgClassName
{
background-color: #679A11;
}
</style>
border-color css
<style>
span { border-color: #679A11; }
span { border-color: rgb(103,154,17); }
td.TdClassName
{
border-color: #679A11;
}
.TagClassName
{
border-color: #679A11;
}
</style>