Shades of Oxley #6D9574
Tints of Oxley #6D9574
RGB
CMYK
RGB Variations
Color information
#6D9574 (or 0x6D9574) is known color: Oxley. HEX triplet: 6D, 95 and 74. RGB value is (109,149,116). Sum of RGB (Red+Green+Blue) = 109+149+116=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9574 is #926A8B. Grayscale: #858585. Windows color (decimal): -9595532 or 7640429. OLE color: 7640429.
HSL color Cylindrical-coordinate representation of color #6D9574: hue angle of 130.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9574 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 149 | 116 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.42 |
| HSL | 130.5º | 0.16% | 0.51% | - |
| HSV(B) | 130.5º | 0.27% | 0.58% | - |
| XYZ | 20.21 | 26.01 | 20.48 | - |
| YUV | 133.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 116 | 0.27 | 0 | 0.22 | 0.42 | 130.5 | 0.16 | 0.51 |
| Hex | 6D | 95 | 74 | 1B | 0 | 16 | 2A | 82 | 10 | 33 |
| Octal | 155 | 225 | 164 | 33 | 0 | 26 | 52 | 202 | 20 | 63 |
| Binary | 1101101 | 10010101 | 1110100 | 11011 | 0 | 10110 | 101010 | 10000010 | 10000 | 110011 |
Color Harmonies of #6D9574
Complementary color
Monochromatic Colors of #6D9574
Black with #6D9574
Text Example
Text Example
White with #6D9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9574; }
p { color: rgb(109,149,116); }
H1.HeaderClassName
{
color: #6D9574;
}
.AnyTagClassName
{
color: #6D9574;
}
</style>
background-color css
<style>
a { background-color: #6D9574; }
a { background-color: rgb(109,149,116); }
div.DivClassName
{
background-color: #6D9574;
}
.BgClassName
{
background-color: #6D9574;
}
</style>
border-color css
<style>
span { border-color: #6D9574; }
span { border-color: rgb(109,149,116); }
td.TdClassName
{
border-color: #6D9574;
}
.TagClassName
{
border-color: #6D9574;
}
</style>