Shades of Christi #679C0A
Tints of Christi #679C0A
RGB
CMYK
RGB Variations
Color information
#679C0A (or 0x679C0A) is known color: Christi. HEX triplet: 67, 9C and 0A. RGB value is (103,156,10). Sum of RGB (Red+Green+Blue) = 103+156+10=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #679C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679C0A is #9863F5. Grayscale: #7C7C7C. Windows color (decimal): -9987062 or 695399. OLE color: 695399.
HSL color Cylindrical-coordinate representation of color #679C0A: hue angle of 81.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #679C0A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.39 |
| HSL | 81.78º | 0.88% | 0.33% | - |
| HSV(B) | 81.78º | 0.94% | 0.61% | - |
| XYZ | 17.54 | 26.68 | 4.51 | - |
| YUV | 123.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 10 | 0.34 | 0 | 0.94 | 0.39 | 81.78 | 0.88 | 0.33 |
| Hex | 67 | 9C | A | 22 | 0 | 5E | 27 | 52 | 58 | 21 |
| Octal | 147 | 234 | 12 | 42 | 0 | 136 | 47 | 122 | 130 | 41 |
| Binary | 1100111 | 10011100 | 1010 | 100010 | 0 | 1011110 | 100111 | 1010010 | 1011000 | 100001 |
Color Harmonies of #679C0A
Complementary color
Monochromatic Colors of #679C0A
Black with #679C0A
Text Example
Text Example
White with #679C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C0A; }
p { color: rgb(103,156,10); }
H1.HeaderClassName
{
color: #679C0A;
}
.AnyTagClassName
{
color: #679C0A;
}
</style>
background-color css
<style>
a { background-color: #679C0A; }
a { background-color: rgb(103,156,10); }
div.DivClassName
{
background-color: #679C0A;
}
.BgClassName
{
background-color: #679C0A;
}
</style>
border-color css
<style>
span { border-color: #679C0A; }
span { border-color: rgb(103,156,10); }
td.TdClassName
{
border-color: #679C0A;
}
.TagClassName
{
border-color: #679C0A;
}
</style>