Shades of Oxley #6D9477
Tints of Oxley #6D9477
RGB
CMYK
RGB Variations
Color information
#6D9477 (or 0x6D9477) is known color: Oxley. HEX triplet: 6D, 94 and 77. RGB value is (109,148,119). Sum of RGB (Red+Green+Blue) = 109+148+119=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9477 is #926B88. Grayscale: #858585. Windows color (decimal): -9595785 or 7836781. OLE color: 7836781.
HSL color Cylindrical-coordinate representation of color #6D9477: hue angle of 135.38º 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 #6D9477 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 119 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.42 |
| HSL | 135.38º | 0.15% | 0.5% | - |
| HSV(B) | 135.38º | 0.26% | 0.58% | - |
| XYZ | 20.23 | 25.76 | 21.36 | - |
| YUV | 133.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 119 | 0.26 | 0 | 0.20 | 0.42 | 135.38 | 0.15 | 0.5 |
| Hex | 6D | 94 | 77 | 1A | 0 | 14 | 2A | 87 | F | 32 |
| Octal | 155 | 224 | 167 | 32 | 0 | 24 | 52 | 207 | 17 | 62 |
| Binary | 1101101 | 10010100 | 1110111 | 11010 | 0 | 10100 | 101010 | 10000111 | 1111 | 110010 |
Color Harmonies of #6D9477
Complementary color
Monochromatic Colors of #6D9477
Black with #6D9477
Text Example
Text Example
White with #6D9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9477; }
p { color: rgb(109,148,119); }
H1.HeaderClassName
{
color: #6D9477;
}
.AnyTagClassName
{
color: #6D9477;
}
</style>
background-color css
<style>
a { background-color: #6D9477; }
a { background-color: rgb(109,148,119); }
div.DivClassName
{
background-color: #6D9477;
}
.BgClassName
{
background-color: #6D9477;
}
</style>
border-color css
<style>
span { border-color: #6D9477; }
span { border-color: rgb(109,148,119); }
td.TdClassName
{
border-color: #6D9477;
}
.TagClassName
{
border-color: #6D9477;
}
</style>