Shades of Christi #679B14
Tints of Christi #679B14
RGB
CMYK
RGB Variations
Color information
#679B14 (or 0x679B14) is known color: Christi. HEX triplet: 67, 9B and 14. RGB value is (103,155,20). Sum of RGB (Red+Green+Blue) = 103+155+20=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #679B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679B14 is #9864EB. Grayscale: #7C7C7C. Windows color (decimal): -9987308 or 1350503. OLE color: 1350503.
HSL color Cylindrical-coordinate representation of color #679B14: hue angle of 83.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679B14 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 20 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.39 |
| HSL | 83.11º | 0.77% | 0.34% | - |
| HSV(B) | 83.11º | 0.87% | 0.61% | - |
| XYZ | 17.44 | 26.38 | 4.83 | - |
| YUV | 124.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 20 | 0.34 | 0 | 0.87 | 0.39 | 83.11 | 0.77 | 0.34 |
| Hex | 67 | 9B | 14 | 22 | 0 | 57 | 27 | 53 | 4D | 22 |
| Octal | 147 | 233 | 24 | 42 | 0 | 127 | 47 | 123 | 115 | 42 |
| Binary | 1100111 | 10011011 | 10100 | 100010 | 0 | 1010111 | 100111 | 1010011 | 1001101 | 100010 |
Color Harmonies of #679B14
Complementary color
Monochromatic Colors of #679B14
Black with #679B14
Text Example
Text Example
White with #679B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B14; }
p { color: rgb(103,155,20); }
H1.HeaderClassName
{
color: #679B14;
}
.AnyTagClassName
{
color: #679B14;
}
</style>
background-color css
<style>
a { background-color: #679B14; }
a { background-color: rgb(103,155,20); }
div.DivClassName
{
background-color: #679B14;
}
.BgClassName
{
background-color: #679B14;
}
</style>
border-color css
<style>
span { border-color: #679B14; }
span { border-color: rgb(103,155,20); }
td.TdClassName
{
border-color: #679B14;
}
.TagClassName
{
border-color: #679B14;
}
</style>