Shades of Oxley #689A76
Tints of Oxley #689A76
RGB
CMYK
RGB Variations
Color information
#689A76 (or 0x689A76) is known color: Oxley. HEX triplet: 68, 9A and 76. RGB value is (104,154,118). Sum of RGB (Red+Green+Blue) = 104+154+118=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #689A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A76 is #976589. Grayscale: #878787. Windows color (decimal): -9921930 or 7772776. OLE color: 7772776.
HSL color Cylindrical-coordinate representation of color #689A76: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A76 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 118 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.40 |
| HSL | 136.8º | 0.2% | 0.51% | - |
| HSV(B) | 136.8º | 0.32% | 0.6% | - |
| XYZ | 20.53 | 27.36 | 21.34 | - |
| YUV | 134.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 118 | 0.32 | 0 | 0.23 | 0.40 | 136.8 | 0.2 | 0.51 |
| Hex | 68 | 9A | 76 | 20 | 0 | 17 | 28 | 89 | 14 | 33 |
| Octal | 150 | 232 | 166 | 40 | 0 | 27 | 50 | 211 | 24 | 63 |
| Binary | 1101000 | 10011010 | 1110110 | 100000 | 0 | 10111 | 101000 | 10001001 | 10100 | 110011 |
Color Harmonies of #689A76
Complementary color
Monochromatic Colors of #689A76
Black with #689A76
Text Example
Text Example
White with #689A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A76; }
p { color: rgb(104,154,118); }
H1.HeaderClassName
{
color: #689A76;
}
.AnyTagClassName
{
color: #689A76;
}
</style>
background-color css
<style>
a { background-color: #689A76; }
a { background-color: rgb(104,154,118); }
div.DivClassName
{
background-color: #689A76;
}
.BgClassName
{
background-color: #689A76;
}
</style>
border-color css
<style>
span { border-color: #689A76; }
span { border-color: rgb(104,154,118); }
td.TdClassName
{
border-color: #689A76;
}
.TagClassName
{
border-color: #689A76;
}
</style>