Shades of Oxley #698A74
Tints of Oxley #698A74
RGB
CMYK
RGB Variations
Color information
#698A74 (or 0x698A74) is known color: Oxley. HEX triplet: 69, 8A and 74. RGB value is (105,138,116). Sum of RGB (Red+Green+Blue) = 105+138+116=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #698A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A74 is #96758B. Grayscale: #7D7D7D. Windows color (decimal): -9860492 or 7637609. OLE color: 7637609.
HSL color Cylindrical-coordinate representation of color #698A74: hue angle of 140º 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 #698A74 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 116 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.46 |
| HSL | 140º | 0.14% | 0.48% | - |
| HSV(B) | 140º | 0.24% | 0.54% | - |
| XYZ | 18.07 | 22.44 | 19.9 | - |
| YUV | 125.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 116 | 0.24 | 0 | 0.16 | 0.46 | 140 | 0.14 | 0.48 |
| Hex | 69 | 8A | 74 | 18 | 0 | 10 | 2E | 8C | E | 30 |
| Octal | 151 | 212 | 164 | 30 | 0 | 20 | 56 | 214 | 16 | 60 |
| Binary | 1101001 | 10001010 | 1110100 | 11000 | 0 | 10000 | 101110 | 10001100 | 1110 | 110000 |
Color Harmonies of #698A74
Complementary color
Monochromatic Colors of #698A74
Black with #698A74
Text Example
Text Example
White with #698A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A74; }
p { color: rgb(105,138,116); }
H1.HeaderClassName
{
color: #698A74;
}
.AnyTagClassName
{
color: #698A74;
}
</style>
background-color css
<style>
a { background-color: #698A74; }
a { background-color: rgb(105,138,116); }
div.DivClassName
{
background-color: #698A74;
}
.BgClassName
{
background-color: #698A74;
}
</style>
border-color css
<style>
span { border-color: #698A74; }
span { border-color: rgb(105,138,116); }
td.TdClassName
{
border-color: #698A74;
}
.TagClassName
{
border-color: #698A74;
}
</style>