Shades of Oxley #68957B
Tints of Oxley #68957B
RGB
CMYK
RGB Variations
Color information
#68957B (or 0x68957B) is known color: Oxley. HEX triplet: 68, 95 and 7B. RGB value is (104,149,123). Sum of RGB (Red+Green+Blue) = 104+149+123=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #68957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957B is #976A84. Grayscale: #848484. Windows color (decimal): -9923205 or 8099176. OLE color: 8099176.
HSL color Cylindrical-coordinate representation of color #68957B: hue angle of 145.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68957B is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 123 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.42 |
| HSL | 145.33º | 0.18% | 0.5% | - |
| HSV(B) | 145.33º | 0.3% | 0.58% | - |
| XYZ | 20.03 | 25.87 | 22.68 | - |
| YUV | 132.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 123 | 0.30 | 0 | 0.17 | 0.42 | 145.33 | 0.18 | 0.5 |
| Hex | 68 | 95 | 7B | 1E | 0 | 11 | 2A | 91 | 12 | 32 |
| Octal | 150 | 225 | 173 | 36 | 0 | 21 | 52 | 221 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1111011 | 11110 | 0 | 10001 | 101010 | 10010001 | 10010 | 110010 |
Color Harmonies of #68957B
Complementary color
Monochromatic Colors of #68957B
Black with #68957B
Text Example
Text Example
White with #68957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68957B; }
p { color: rgb(104,149,123); }
H1.HeaderClassName
{
color: #68957B;
}
.AnyTagClassName
{
color: #68957B;
}
</style>
background-color css
<style>
a { background-color: #68957B; }
a { background-color: rgb(104,149,123); }
div.DivClassName
{
background-color: #68957B;
}
.BgClassName
{
background-color: #68957B;
}
</style>
border-color css
<style>
span { border-color: #68957B; }
span { border-color: rgb(104,149,123); }
td.TdClassName
{
border-color: #68957B;
}
.TagClassName
{
border-color: #68957B;
}
</style>