Shades of Christi #689A06
Tints of Christi #689A06
RGB
CMYK
RGB Variations
Color information
#689A06 (or 0x689A06) is known color: Christi. HEX triplet: 68, 9A and 06. RGB value is (104,154,6). Sum of RGB (Red+Green+Blue) = 104+154+6=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #689A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689A06 is #9765F9. Grayscale: #7A7A7A. Windows color (decimal): -9922042 or 432744. OLE color: 432744.
HSL color Cylindrical-coordinate representation of color #689A06: hue angle of 80.27º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #689A06 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 6 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.40 |
| HSL | 80.27º | 0.93% | 0.31% | - |
| HSV(B) | 80.27º | 0.96% | 0.6% | - |
| XYZ | 17.3 | 26.07 | 4.29 | - |
| YUV | 122.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 6 | 0.32 | 0 | 0.96 | 0.40 | 80.27 | 0.93 | 0.31 |
| Hex | 68 | 9A | 6 | 20 | 0 | 60 | 28 | 50 | 5C | 1F |
| Octal | 150 | 232 | 6 | 40 | 0 | 140 | 50 | 120 | 134 | 37 |
| Binary | 1101000 | 10011010 | 110 | 100000 | 0 | 1100000 | 101000 | 1010000 | 1011100 | 11111 |
Color Harmonies of #689A06
Complementary color
Monochromatic Colors of #689A06
Black with #689A06
Text Example
Text Example
White with #689A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A06; }
p { color: rgb(104,154,6); }
H1.HeaderClassName
{
color: #689A06;
}
.AnyTagClassName
{
color: #689A06;
}
</style>
background-color css
<style>
a { background-color: #689A06; }
a { background-color: rgb(104,154,6); }
div.DivClassName
{
background-color: #689A06;
}
.BgClassName
{
background-color: #689A06;
}
</style>
border-color css
<style>
span { border-color: #689A06; }
span { border-color: rgb(104,154,6); }
td.TdClassName
{
border-color: #689A06;
}
.TagClassName
{
border-color: #689A06;
}
</style>