Shades of Oxley #689A77
Tints of Oxley #689A77
RGB
CMYK
RGB Variations
Color information
#689A77 (or 0x689A77) is known color: Oxley. HEX triplet: 68, 9A and 77. RGB value is (104,154,119). Sum of RGB (Red+Green+Blue) = 104+154+119=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #689A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A77 is #976588. Grayscale: #878787. Windows color (decimal): -9921929 or 7838312. OLE color: 7838312.
HSL color Cylindrical-coordinate representation of color #689A77: hue angle of 138º 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 #689A77 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 119 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.40 |
| HSL | 138º | 0.2% | 0.51% | - |
| HSV(B) | 138º | 0.32% | 0.6% | - |
| XYZ | 20.59 | 27.39 | 21.65 | - |
| YUV | 135.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 119 | 0.32 | 0 | 0.23 | 0.40 | 138 | 0.2 | 0.51 |
| Hex | 68 | 9A | 77 | 20 | 0 | 17 | 28 | 8A | 14 | 33 |
| Octal | 150 | 232 | 167 | 40 | 0 | 27 | 50 | 212 | 24 | 63 |
| Binary | 1101000 | 10011010 | 1110111 | 100000 | 0 | 10111 | 101000 | 10001010 | 10100 | 110011 |
Color Harmonies of #689A77
Complementary color
Monochromatic Colors of #689A77
Black with #689A77
Text Example
Text Example
White with #689A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A77; }
p { color: rgb(104,154,119); }
H1.HeaderClassName
{
color: #689A77;
}
.AnyTagClassName
{
color: #689A77;
}
</style>
background-color css
<style>
a { background-color: #689A77; }
a { background-color: rgb(104,154,119); }
div.DivClassName
{
background-color: #689A77;
}
.BgClassName
{
background-color: #689A77;
}
</style>
border-color css
<style>
span { border-color: #689A77; }
span { border-color: rgb(104,154,119); }
td.TdClassName
{
border-color: #689A77;
}
.TagClassName
{
border-color: #689A77;
}
</style>