Shades of Oxley #689974
Tints of Oxley #689974
RGB
CMYK
RGB Variations
Color information
#689974 (or 0x689974) is known color: Oxley. HEX triplet: 68, 99 and 74. RGB value is (104,153,116). Sum of RGB (Red+Green+Blue) = 104+153+116=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #689974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689974 is #97668B. Grayscale: #868686. Windows color (decimal): -9922188 or 7641448. OLE color: 7641448.
HSL color Cylindrical-coordinate representation of color #689974: hue angle of 134.69º 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 #689974 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 116 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.4 |
| HSL | 134.69º | 0.19% | 0.5% | - |
| HSV(B) | 134.69º | 0.32% | 0.6% | - |
| XYZ | 20.25 | 26.99 | 20.66 | - |
| YUV | 134.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 116 | 0.32 | 0 | 0.24 | 0.4 | 134.69 | 0.19 | 0.5 |
| Hex | 68 | 99 | 74 | 20 | 0 | 18 | 28 | 87 | 13 | 32 |
| Octal | 150 | 231 | 164 | 40 | 0 | 30 | 50 | 207 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1110100 | 100000 | 0 | 11000 | 101000 | 10000111 | 10011 | 110010 |
Color Harmonies of #689974
Complementary color
Monochromatic Colors of #689974
Black with #689974
Text Example
Text Example
White with #689974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689974; }
p { color: rgb(104,153,116); }
H1.HeaderClassName
{
color: #689974;
}
.AnyTagClassName
{
color: #689974;
}
</style>
background-color css
<style>
a { background-color: #689974; }
a { background-color: rgb(104,153,116); }
div.DivClassName
{
background-color: #689974;
}
.BgClassName
{
background-color: #689974;
}
</style>
border-color css
<style>
span { border-color: #689974; }
span { border-color: rgb(104,153,116); }
td.TdClassName
{
border-color: #689974;
}
.TagClassName
{
border-color: #689974;
}
</style>