Shades of Oxley #68927A
Tints of Oxley #68927A
RGB
CMYK
RGB Variations
Color information
#68927A (or 0x68927A) is known color: Oxley. HEX triplet: 68, 92 and 7A. RGB value is (104,146,122). Sum of RGB (Red+Green+Blue) = 104+146+122=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #68927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927A is #976D85. Grayscale: #828282. Windows color (decimal): -9923974 or 8032872. OLE color: 8032872.
HSL color Cylindrical-coordinate representation of color #68927A: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68927A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 122 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.43 |
| HSL | 145.71º | 0.17% | 0.49% | - |
| HSV(B) | 145.71º | 0.29% | 0.57% | - |
| XYZ | 19.5 | 24.91 | 22.19 | - |
| YUV | 130.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 122 | 0.29 | 0 | 0.16 | 0.43 | 145.71 | 0.17 | 0.49 |
| Hex | 68 | 92 | 7A | 1D | 0 | 10 | 2B | 92 | 11 | 31 |
| Octal | 150 | 222 | 172 | 35 | 0 | 20 | 53 | 222 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1111010 | 11101 | 0 | 10000 | 101011 | 10010010 | 10001 | 110001 |
Color Harmonies of #68927A
Complementary color
Monochromatic Colors of #68927A
Black with #68927A
Text Example
Text Example
White with #68927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68927A; }
p { color: rgb(104,146,122); }
H1.HeaderClassName
{
color: #68927A;
}
.AnyTagClassName
{
color: #68927A;
}
</style>
background-color css
<style>
a { background-color: #68927A; }
a { background-color: rgb(104,146,122); }
div.DivClassName
{
background-color: #68927A;
}
.BgClassName
{
background-color: #68927A;
}
</style>
border-color css
<style>
span { border-color: #68927A; }
span { border-color: rgb(104,146,122); }
td.TdClassName
{
border-color: #68927A;
}
.TagClassName
{
border-color: #68927A;
}
</style>