Shades of Oxley #6D947B
Tints of Oxley #6D947B
RGB
CMYK
RGB Variations
Color information
#6D947B (or 0x6D947B) is known color: Oxley. HEX triplet: 6D, 94 and 7B. RGB value is (109,148,123). Sum of RGB (Red+Green+Blue) = 109+148+123=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #6D947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D947B is #926B84. Grayscale: #858585. Windows color (decimal): -9595781 or 8098925. OLE color: 8098925.
HSL color Cylindrical-coordinate representation of color #6D947B: hue angle of 141.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D947B is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 123 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.42 |
| HSL | 141.54º | 0.15% | 0.5% | - |
| HSV(B) | 141.54º | 0.26% | 0.58% | - |
| XYZ | 20.47 | 25.86 | 22.65 | - |
| YUV | 133.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 123 | 0.26 | 0 | 0.17 | 0.42 | 141.54 | 0.15 | 0.5 |
| Hex | 6D | 94 | 7B | 1A | 0 | 11 | 2A | 8E | F | 32 |
| Octal | 155 | 224 | 173 | 32 | 0 | 21 | 52 | 216 | 17 | 62 |
| Binary | 1101101 | 10010100 | 1111011 | 11010 | 0 | 10001 | 101010 | 10001110 | 1111 | 110010 |
Color Harmonies of #6D947B
Complementary color
Monochromatic Colors of #6D947B
Black with #6D947B
Text Example
Text Example
White with #6D947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D947B; }
p { color: rgb(109,148,123); }
H1.HeaderClassName
{
color: #6D947B;
}
.AnyTagClassName
{
color: #6D947B;
}
</style>
background-color css
<style>
a { background-color: #6D947B; }
a { background-color: rgb(109,148,123); }
div.DivClassName
{
background-color: #6D947B;
}
.BgClassName
{
background-color: #6D947B;
}
</style>
border-color css
<style>
span { border-color: #6D947B; }
span { border-color: rgb(109,148,123); }
td.TdClassName
{
border-color: #6D947B;
}
.TagClassName
{
border-color: #6D947B;
}
</style>