Shades of Oxley #689970
Tints of Oxley #689970
RGB
CMYK
RGB Variations
Color information
#689970 (or 0x689970) is known color: Oxley. HEX triplet: 68, 99 and 70. RGB value is (104,153,112). Sum of RGB (Red+Green+Blue) = 104+153+112=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #689970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689970 is #97668F. Grayscale: #858585. Windows color (decimal): -9922192 or 7379304. OLE color: 7379304.
HSL color Cylindrical-coordinate representation of color #689970: hue angle of 129.8º 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 #689970 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 112 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.4 |
| HSL | 129.8º | 0.19% | 0.5% | - |
| HSV(B) | 129.8º | 0.32% | 0.6% | - |
| XYZ | 20.02 | 26.9 | 19.47 | - |
| YUV | 133.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 112 | 0.32 | 0 | 0.27 | 0.4 | 129.8 | 0.19 | 0.5 |
| Hex | 68 | 99 | 70 | 20 | 0 | 1B | 28 | 82 | 13 | 32 |
| Octal | 150 | 231 | 160 | 40 | 0 | 33 | 50 | 202 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1110000 | 100000 | 0 | 11011 | 101000 | 10000010 | 10011 | 110010 |
Color Harmonies of #689970
Complementary color
Monochromatic Colors of #689970
Black with #689970
Text Example
Text Example
White with #689970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689970; }
p { color: rgb(104,153,112); }
H1.HeaderClassName
{
color: #689970;
}
.AnyTagClassName
{
color: #689970;
}
</style>
background-color css
<style>
a { background-color: #689970; }
a { background-color: rgb(104,153,112); }
div.DivClassName
{
background-color: #689970;
}
.BgClassName
{
background-color: #689970;
}
</style>
border-color css
<style>
span { border-color: #689970; }
span { border-color: rgb(104,153,112); }
td.TdClassName
{
border-color: #689970;
}
.TagClassName
{
border-color: #689970;
}
</style>