Shades of Oxley #689F74
Tints of Oxley #689F74
RGB
CMYK
RGB Variations
Color information
#689F74 (or 0x689F74) is known color: Oxley. HEX triplet: 68, 9F and 74. RGB value is (104,159,116). Sum of RGB (Red+Green+Blue) = 104+159+116=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #689F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F74 is #97608B. Grayscale: #898989. Windows color (decimal): -9920652 or 7642984. OLE color: 7642984.
HSL color Cylindrical-coordinate representation of color #689F74: hue angle of 133.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F74 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 116 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.38 |
| HSL | 133.09º | 0.22% | 0.52% | - |
| HSV(B) | 133.09º | 0.35% | 0.62% | - |
| XYZ | 21.26 | 29 | 21 | - |
| YUV | 137.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 116 | 0.35 | 0 | 0.27 | 0.38 | 133.09 | 0.22 | 0.52 |
| Hex | 68 | 9F | 74 | 23 | 0 | 1B | 26 | 85 | 16 | 34 |
| Octal | 150 | 237 | 164 | 43 | 0 | 33 | 46 | 205 | 26 | 64 |
| Binary | 1101000 | 10011111 | 1110100 | 100011 | 0 | 11011 | 100110 | 10000101 | 10110 | 110100 |
Color Harmonies of #689F74
Complementary color
Monochromatic Colors of #689F74
Black with #689F74
Text Example
Text Example
White with #689F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F74; }
p { color: rgb(104,159,116); }
H1.HeaderClassName
{
color: #689F74;
}
.AnyTagClassName
{
color: #689F74;
}
</style>
background-color css
<style>
a { background-color: #689F74; }
a { background-color: rgb(104,159,116); }
div.DivClassName
{
background-color: #689F74;
}
.BgClassName
{
background-color: #689F74;
}
</style>
border-color css
<style>
span { border-color: #689F74; }
span { border-color: rgb(104,159,116); }
td.TdClassName
{
border-color: #689F74;
}
.TagClassName
{
border-color: #689F74;
}
</style>