Shades of Christi #689B14
Tints of Christi #689B14
RGB
CMYK
RGB Variations
Color information
#689B14 (or 0x689B14) is known color: Christi. HEX triplet: 68, 9B and 14. RGB value is (104,155,20). Sum of RGB (Red+Green+Blue) = 104+155+20=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #689B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689B14 is #9764EB. Grayscale: #7C7C7C. Windows color (decimal): -9921772 or 1350504. OLE color: 1350504.
HSL color Cylindrical-coordinate representation of color #689B14: hue angle of 82.67º 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 #689B14 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 20 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.39 |
| HSL | 82.67º | 0.77% | 0.34% | - |
| HSV(B) | 82.67º | 0.87% | 0.61% | - |
| XYZ | 17.56 | 26.44 | 4.84 | - |
| YUV | 124.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 20 | 0.33 | 0 | 0.87 | 0.39 | 82.67 | 0.77 | 0.34 |
| Hex | 68 | 9B | 14 | 21 | 0 | 57 | 27 | 53 | 4D | 22 |
| Octal | 150 | 233 | 24 | 41 | 0 | 127 | 47 | 123 | 115 | 42 |
| Binary | 1101000 | 10011011 | 10100 | 100001 | 0 | 1010111 | 100111 | 1010011 | 1001101 | 100010 |
Color Harmonies of #689B14
Complementary color
Monochromatic Colors of #689B14
Black with #689B14
Text Example
Text Example
White with #689B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B14; }
p { color: rgb(104,155,20); }
H1.HeaderClassName
{
color: #689B14;
}
.AnyTagClassName
{
color: #689B14;
}
</style>
background-color css
<style>
a { background-color: #689B14; }
a { background-color: rgb(104,155,20); }
div.DivClassName
{
background-color: #689B14;
}
.BgClassName
{
background-color: #689B14;
}
</style>
border-color css
<style>
span { border-color: #689B14; }
span { border-color: rgb(104,155,20); }
td.TdClassName
{
border-color: #689B14;
}
.TagClassName
{
border-color: #689B14;
}
</style>