Shades of Christi #679F0B
Tints of Christi #679F0B
RGB
CMYK
RGB Variations
Color information
#679F0B (or 0x679F0B) is known color: Christi. HEX triplet: 67, 9F and 0B. RGB value is (103,159,11). Sum of RGB (Red+Green+Blue) = 103+159+11=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #679F0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679F0B is #9860F4. Grayscale: #7D7D7D. Windows color (decimal): -9986293 or 761703. OLE color: 761703.
HSL color Cylindrical-coordinate representation of color #679F0B: hue angle of 82.7º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #679F0B is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 11 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.38 |
| HSL | 82.7º | 0.87% | 0.33% | - |
| HSV(B) | 82.7º | 0.93% | 0.62% | - |
| XYZ | 18.05 | 27.7 | 4.71 | - |
| YUV | 125.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 11 | 0.35 | 0 | 0.93 | 0.38 | 82.7 | 0.87 | 0.33 |
| Hex | 67 | 9F | B | 23 | 0 | 5D | 26 | 53 | 57 | 21 |
| Octal | 147 | 237 | 13 | 43 | 0 | 135 | 46 | 123 | 127 | 41 |
| Binary | 1100111 | 10011111 | 1011 | 100011 | 0 | 1011101 | 100110 | 1010011 | 1010111 | 100001 |
Color Harmonies of #679F0B
Complementary color
Monochromatic Colors of #679F0B
Black with #679F0B
Text Example
Text Example
White with #679F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F0B; }
p { color: rgb(103,159,11); }
H1.HeaderClassName
{
color: #679F0B;
}
.AnyTagClassName
{
color: #679F0B;
}
</style>
background-color css
<style>
a { background-color: #679F0B; }
a { background-color: rgb(103,159,11); }
div.DivClassName
{
background-color: #679F0B;
}
.BgClassName
{
background-color: #679F0B;
}
</style>
border-color css
<style>
span { border-color: #679F0B; }
span { border-color: rgb(103,159,11); }
td.TdClassName
{
border-color: #679F0B;
}
.TagClassName
{
border-color: #679F0B;
}
</style>