Shades of Oxley #689876
Tints of Oxley #689876
RGB
CMYK
RGB Variations
Color information
#689876 (or 0x689876) is known color: Oxley. HEX triplet: 68, 98 and 76. RGB value is (104,152,118). Sum of RGB (Red+Green+Blue) = 104+152+118=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #689876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689876 is #976789. Grayscale: #858585. Windows color (decimal): -9922442 or 7772264. OLE color: 7772264.
HSL color Cylindrical-coordinate representation of color #689876: hue angle of 137.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689876 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 118 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.40 |
| HSL | 137.5º | 0.19% | 0.5% | - |
| HSV(B) | 137.5º | 0.32% | 0.6% | - |
| XYZ | 20.21 | 26.71 | 21.23 | - |
| YUV | 133.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 118 | 0.32 | 0 | 0.22 | 0.40 | 137.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 76 | 20 | 0 | 16 | 28 | 8A | 13 | 32 |
| Octal | 150 | 230 | 166 | 40 | 0 | 26 | 50 | 212 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1110110 | 100000 | 0 | 10110 | 101000 | 10001010 | 10011 | 110010 |
Color Harmonies of #689876
Complementary color
Monochromatic Colors of #689876
Black with #689876
Text Example
Text Example
White with #689876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689876; }
p { color: rgb(104,152,118); }
H1.HeaderClassName
{
color: #689876;
}
.AnyTagClassName
{
color: #689876;
}
</style>
background-color css
<style>
a { background-color: #689876; }
a { background-color: rgb(104,152,118); }
div.DivClassName
{
background-color: #689876;
}
.BgClassName
{
background-color: #689876;
}
</style>
border-color css
<style>
span { border-color: #689876; }
span { border-color: rgb(104,152,118); }
td.TdClassName
{
border-color: #689876;
}
.TagClassName
{
border-color: #689876;
}
</style>