Shades of Oxley #689872
Tints of Oxley #689872
RGB
CMYK
RGB Variations
Color information
#689872 (or 0x689872) is known color: Oxley. HEX triplet: 68, 98 and 72. RGB value is (104,152,114). Sum of RGB (Red+Green+Blue) = 104+152+114=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #689872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689872 is #97678D. Grayscale: #858585. Windows color (decimal): -9922446 or 7510120. OLE color: 7510120.
HSL color Cylindrical-coordinate representation of color #689872: hue angle of 132.5º 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 #689872 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 114 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.40 |
| HSL | 132.5º | 0.19% | 0.5% | - |
| HSV(B) | 132.5º | 0.32% | 0.6% | - |
| XYZ | 19.97 | 26.61 | 20 | - |
| YUV | 133.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 114 | 0.32 | 0 | 0.25 | 0.40 | 132.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 72 | 20 | 0 | 19 | 28 | 84 | 13 | 32 |
| Octal | 150 | 230 | 162 | 40 | 0 | 31 | 50 | 204 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1110010 | 100000 | 0 | 11001 | 101000 | 10000100 | 10011 | 110010 |
Color Harmonies of #689872
Complementary color
Monochromatic Colors of #689872
Black with #689872
Text Example
Text Example
White with #689872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689872; }
p { color: rgb(104,152,114); }
H1.HeaderClassName
{
color: #689872;
}
.AnyTagClassName
{
color: #689872;
}
</style>
background-color css
<style>
a { background-color: #689872; }
a { background-color: rgb(104,152,114); }
div.DivClassName
{
background-color: #689872;
}
.BgClassName
{
background-color: #689872;
}
</style>
border-color css
<style>
span { border-color: #689872; }
span { border-color: rgb(104,152,114); }
td.TdClassName
{
border-color: #689872;
}
.TagClassName
{
border-color: #689872;
}
</style>