Shades of Oxley #68907A
Tints of Oxley #68907A
RGB
CMYK
RGB Variations
Color information
#68907A (or 0x68907A) is known color: Oxley. HEX triplet: 68, 90 and 7A. RGB value is (104,144,122). Sum of RGB (Red+Green+Blue) = 104+144+122=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #68907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907A is #976F85. Grayscale: #818181. Windows color (decimal): -9924486 or 8032360. OLE color: 8032360.
HSL color Cylindrical-coordinate representation of color #68907A: hue angle of 147º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68907A is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 122 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.44 |
| HSL | 147º | 0.16% | 0.49% | - |
| HSV(B) | 147º | 0.28% | 0.56% | - |
| XYZ | 19.2 | 24.29 | 22.09 | - |
| YUV | 129.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 122 | 0.28 | 0 | 0.15 | 0.44 | 147 | 0.16 | 0.49 |
| Hex | 68 | 90 | 7A | 1C | 0 | F | 2C | 93 | 10 | 31 |
| Octal | 150 | 220 | 172 | 34 | 0 | 17 | 54 | 223 | 20 | 61 |
| Binary | 1101000 | 10010000 | 1111010 | 11100 | 0 | 1111 | 101100 | 10010011 | 10000 | 110001 |
Color Harmonies of #68907A
Complementary color
Monochromatic Colors of #68907A
Black with #68907A
Text Example
Text Example
White with #68907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68907A; }
p { color: rgb(104,144,122); }
H1.HeaderClassName
{
color: #68907A;
}
.AnyTagClassName
{
color: #68907A;
}
</style>
background-color css
<style>
a { background-color: #68907A; }
a { background-color: rgb(104,144,122); }
div.DivClassName
{
background-color: #68907A;
}
.BgClassName
{
background-color: #68907A;
}
</style>
border-color css
<style>
span { border-color: #68907A; }
span { border-color: rgb(104,144,122); }
td.TdClassName
{
border-color: #68907A;
}
.TagClassName
{
border-color: #68907A;
}
</style>