Shades of Christi #679B0A
Tints of Christi #679B0A
RGB
CMYK
RGB Variations
Color information
#679B0A (or 0x679B0A) is known color: Christi. HEX triplet: 67, 9B and 0A. RGB value is (103,155,10). Sum of RGB (Red+Green+Blue) = 103+155+10=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #679B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679B0A is #9864F5. Grayscale: #7B7B7B. Windows color (decimal): -9987318 or 695143. OLE color: 695143.
HSL color Cylindrical-coordinate representation of color #679B0A: hue angle of 81.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #679B0A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.39 |
| HSL | 81.52º | 0.88% | 0.32% | - |
| HSV(B) | 81.52º | 0.94% | 0.61% | - |
| XYZ | 17.37 | 26.35 | 4.46 | - |
| YUV | 122.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 10 | 0.34 | 0 | 0.94 | 0.39 | 81.52 | 0.88 | 0.32 |
| Hex | 67 | 9B | A | 22 | 0 | 5E | 27 | 52 | 58 | 20 |
| Octal | 147 | 233 | 12 | 42 | 0 | 136 | 47 | 122 | 130 | 40 |
| Binary | 1100111 | 10011011 | 1010 | 100010 | 0 | 1011110 | 100111 | 1010010 | 1011000 | 100000 |
Color Harmonies of #679B0A
Complementary color
Monochromatic Colors of #679B0A
Black with #679B0A
Text Example
Text Example
White with #679B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B0A; }
p { color: rgb(103,155,10); }
H1.HeaderClassName
{
color: #679B0A;
}
.AnyTagClassName
{
color: #679B0A;
}
</style>
background-color css
<style>
a { background-color: #679B0A; }
a { background-color: rgb(103,155,10); }
div.DivClassName
{
background-color: #679B0A;
}
.BgClassName
{
background-color: #679B0A;
}
</style>
border-color css
<style>
span { border-color: #679B0A; }
span { border-color: rgb(103,155,10); }
td.TdClassName
{
border-color: #679B0A;
}
.TagClassName
{
border-color: #679B0A;
}
</style>