Shades of Oxley #6D9C75
Tints of Oxley #6D9C75
RGB
CMYK
RGB Variations
Color information
#6D9C75 (or 0x6D9C75) is known color: Oxley. HEX triplet: 6D, 9C and 75. RGB value is (109,156,117). Sum of RGB (Red+Green+Blue) = 109+156+117=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9C75 is #92638A. Grayscale: #898989. Windows color (decimal): -9593739 or 7707757. OLE color: 7707757.
HSL color Cylindrical-coordinate representation of color #6D9C75: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C75 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 117 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.39 |
| HSL | 130.21º | 0.19% | 0.52% | - |
| HSV(B) | 130.21º | 0.3% | 0.61% | - |
| XYZ | 21.41 | 28.31 | 21.17 | - |
| YUV | 137.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 117 | 0.30 | 0 | 0.25 | 0.39 | 130.21 | 0.19 | 0.52 |
| Hex | 6D | 9C | 75 | 1E | 0 | 19 | 27 | 82 | 13 | 34 |
| Octal | 155 | 234 | 165 | 36 | 0 | 31 | 47 | 202 | 23 | 64 |
| Binary | 1101101 | 10011100 | 1110101 | 11110 | 0 | 11001 | 100111 | 10000010 | 10011 | 110100 |
Color Harmonies of #6D9C75
Complementary color
Monochromatic Colors of #6D9C75
Black with #6D9C75
Text Example
Text Example
White with #6D9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C75; }
p { color: rgb(109,156,117); }
H1.HeaderClassName
{
color: #6D9C75;
}
.AnyTagClassName
{
color: #6D9C75;
}
</style>
background-color css
<style>
a { background-color: #6D9C75; }
a { background-color: rgb(109,156,117); }
div.DivClassName
{
background-color: #6D9C75;
}
.BgClassName
{
background-color: #6D9C75;
}
</style>
border-color css
<style>
span { border-color: #6D9C75; }
span { border-color: rgb(109,156,117); }
td.TdClassName
{
border-color: #6D9C75;
}
.TagClassName
{
border-color: #6D9C75;
}
</style>