Shades of Oxley #698A76
Tints of Oxley #698A76
RGB
CMYK
RGB Variations
Color information
#698A76 (or 0x698A76) is known color: Oxley. HEX triplet: 69, 8A and 76. RGB value is (105,138,118). Sum of RGB (Red+Green+Blue) = 105+138+118=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #698A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A76 is #967589. Grayscale: #7D7D7D. Windows color (decimal): -9860490 or 7768681. OLE color: 7768681.
HSL color Cylindrical-coordinate representation of color #698A76: hue angle of 143.64º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A76 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 118 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.46 |
| HSL | 143.64º | 0.14% | 0.48% | - |
| HSV(B) | 143.64º | 0.24% | 0.54% | - |
| XYZ | 18.18 | 22.49 | 20.52 | - |
| YUV | 125.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 118 | 0.24 | 0 | 0.14 | 0.46 | 143.64 | 0.14 | 0.48 |
| Hex | 69 | 8A | 76 | 18 | 0 | E | 2E | 90 | E | 30 |
| Octal | 151 | 212 | 166 | 30 | 0 | 16 | 56 | 220 | 16 | 60 |
| Binary | 1101001 | 10001010 | 1110110 | 11000 | 0 | 1110 | 101110 | 10010000 | 1110 | 110000 |
Color Harmonies of #698A76
Complementary color
Monochromatic Colors of #698A76
Black with #698A76
Text Example
Text Example
White with #698A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A76; }
p { color: rgb(105,138,118); }
H1.HeaderClassName
{
color: #698A76;
}
.AnyTagClassName
{
color: #698A76;
}
</style>
background-color css
<style>
a { background-color: #698A76; }
a { background-color: rgb(105,138,118); }
div.DivClassName
{
background-color: #698A76;
}
.BgClassName
{
background-color: #698A76;
}
</style>
border-color css
<style>
span { border-color: #698A76; }
span { border-color: rgb(105,138,118); }
td.TdClassName
{
border-color: #698A76;
}
.TagClassName
{
border-color: #698A76;
}
</style>