Shades of Christi #689C05
Tints of Christi #689C05
RGB
CMYK
RGB Variations
Color information
#689C05 (or 0x689C05) is known color: Christi. HEX triplet: 68, 9C and 05. RGB value is (104,156,5). Sum of RGB (Red+Green+Blue) = 104+156+5=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #689C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689C05 is #9763FA. Grayscale: #7B7B7B. Windows color (decimal): -9921531 or 367720. OLE color: 367720.
HSL color Cylindrical-coordinate representation of color #689C05: hue angle of 80.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #689C05 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.39 |
| HSL | 80.66º | 0.94% | 0.32% | - |
| HSV(B) | 80.66º | 0.97% | 0.61% | - |
| XYZ | 17.62 | 26.73 | 4.37 | - |
| YUV | 123.24 | 61.27 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 5 | 0.33 | 0 | 0.97 | 0.39 | 80.66 | 0.94 | 0.32 |
| Hex | 68 | 9C | 5 | 21 | 0 | 61 | 27 | 51 | 5E | 20 |
| Octal | 150 | 234 | 5 | 41 | 0 | 141 | 47 | 121 | 136 | 40 |
| Binary | 1101000 | 10011100 | 101 | 100001 | 0 | 1100001 | 100111 | 1010001 | 1011110 | 100000 |
Color Harmonies of #689C05
Complementary color
Monochromatic Colors of #689C05
Black with #689C05
Text Example
Text Example
White with #689C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C05; }
p { color: rgb(104,156,5); }
H1.HeaderClassName
{
color: #689C05;
}
.AnyTagClassName
{
color: #689C05;
}
</style>
background-color css
<style>
a { background-color: #689C05; }
a { background-color: rgb(104,156,5); }
div.DivClassName
{
background-color: #689C05;
}
.BgClassName
{
background-color: #689C05;
}
</style>
border-color css
<style>
span { border-color: #689C05; }
span { border-color: rgb(104,156,5); }
td.TdClassName
{
border-color: #689C05;
}
.TagClassName
{
border-color: #689C05;
}
</style>