Shades of Oxley #689870
Tints of Oxley #689870
RGB
CMYK
RGB Variations
Color information
#689870 (or 0x689870) is known color: Oxley. HEX triplet: 68, 98 and 70. RGB value is (104,152,112). Sum of RGB (Red+Green+Blue) = 104+152+112=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #689870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689870 is #97678F. Grayscale: #858585. Windows color (decimal): -9922448 or 7379048. OLE color: 7379048.
HSL color Cylindrical-coordinate representation of color #689870: hue angle of 130º 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 #689870 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 112 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.40 |
| HSL | 130º | 0.19% | 0.5% | - |
| HSV(B) | 130º | 0.32% | 0.6% | - |
| XYZ | 19.86 | 26.57 | 19.41 | - |
| YUV | 133.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 112 | 0.32 | 0 | 0.26 | 0.40 | 130 | 0.19 | 0.5 |
| Hex | 68 | 98 | 70 | 20 | 0 | 1A | 28 | 82 | 13 | 32 |
| Octal | 150 | 230 | 160 | 40 | 0 | 32 | 50 | 202 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1110000 | 100000 | 0 | 11010 | 101000 | 10000010 | 10011 | 110010 |
Color Harmonies of #689870
Complementary color
Monochromatic Colors of #689870
Black with #689870
Text Example
Text Example
White with #689870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689870; }
p { color: rgb(104,152,112); }
H1.HeaderClassName
{
color: #689870;
}
.AnyTagClassName
{
color: #689870;
}
</style>
background-color css
<style>
a { background-color: #689870; }
a { background-color: rgb(104,152,112); }
div.DivClassName
{
background-color: #689870;
}
.BgClassName
{
background-color: #689870;
}
</style>
border-color css
<style>
span { border-color: #689870; }
span { border-color: rgb(104,152,112); }
td.TdClassName
{
border-color: #689870;
}
.TagClassName
{
border-color: #689870;
}
</style>