Shades of Oxley #68947A
Tints of Oxley #68947A
RGB
CMYK
RGB Variations
Color information
#68947A (or 0x68947A) is known color: Oxley. HEX triplet: 68, 94 and 7A. RGB value is (104,148,122). Sum of RGB (Red+Green+Blue) = 104+148+122=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #68947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68947A is #976B85. Grayscale: #838383. Windows color (decimal): -9923462 or 8033384. OLE color: 8033384.
HSL color Cylindrical-coordinate representation of color #68947A: hue angle of 144.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68947A is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 122 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.42 |
| HSL | 144.55º | 0.17% | 0.49% | - |
| HSV(B) | 144.55º | 0.3% | 0.58% | - |
| XYZ | 19.81 | 25.53 | 22.3 | - |
| YUV | 131.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 122 | 0.30 | 0 | 0.18 | 0.42 | 144.55 | 0.17 | 0.49 |
| Hex | 68 | 94 | 7A | 1E | 0 | 12 | 2A | 91 | 11 | 31 |
| Octal | 150 | 224 | 172 | 36 | 0 | 22 | 52 | 221 | 21 | 61 |
| Binary | 1101000 | 10010100 | 1111010 | 11110 | 0 | 10010 | 101010 | 10010001 | 10001 | 110001 |
Color Harmonies of #68947A
Complementary color
Monochromatic Colors of #68947A
Black with #68947A
Text Example
Text Example
White with #68947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68947A; }
p { color: rgb(104,148,122); }
H1.HeaderClassName
{
color: #68947A;
}
.AnyTagClassName
{
color: #68947A;
}
</style>
background-color css
<style>
a { background-color: #68947A; }
a { background-color: rgb(104,148,122); }
div.DivClassName
{
background-color: #68947A;
}
.BgClassName
{
background-color: #68947A;
}
</style>
border-color css
<style>
span { border-color: #68947A; }
span { border-color: rgb(104,148,122); }
td.TdClassName
{
border-color: #68947A;
}
.TagClassName
{
border-color: #68947A;
}
</style>