Shades of Oxley #6D9277
Tints of Oxley #6D9277
RGB
CMYK
RGB Variations
Color information
#6D9277 (or 0x6D9277) is known color: Oxley. HEX triplet: 6D, 92 and 77. RGB value is (109,146,119). Sum of RGB (Red+Green+Blue) = 109+146+119=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9277 is #926D88. Grayscale: #838383. Windows color (decimal): -9596297 or 7836269. OLE color: 7836269.
HSL color Cylindrical-coordinate representation of color #6D9277: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9277 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 146 | 119 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.43 |
| HSL | 136.22º | 0.15% | 0.5% | - |
| HSV(B) | 136.22º | 0.25% | 0.57% | - |
| XYZ | 19.92 | 25.14 | 21.26 | - |
| YUV | 131.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 119 | 0.25 | 0 | 0.18 | 0.43 | 136.22 | 0.15 | 0.5 |
| Hex | 6D | 92 | 77 | 19 | 0 | 12 | 2B | 88 | F | 32 |
| Octal | 155 | 222 | 167 | 31 | 0 | 22 | 53 | 210 | 17 | 62 |
| Binary | 1101101 | 10010010 | 1110111 | 11001 | 0 | 10010 | 101011 | 10001000 | 1111 | 110010 |
Color Harmonies of #6D9277
Complementary color
Monochromatic Colors of #6D9277
Black with #6D9277
Text Example
Text Example
White with #6D9277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9277; }
p { color: rgb(109,146,119); }
H1.HeaderClassName
{
color: #6D9277;
}
.AnyTagClassName
{
color: #6D9277;
}
</style>
background-color css
<style>
a { background-color: #6D9277; }
a { background-color: rgb(109,146,119); }
div.DivClassName
{
background-color: #6D9277;
}
.BgClassName
{
background-color: #6D9277;
}
</style>
border-color css
<style>
span { border-color: #6D9277; }
span { border-color: rgb(109,146,119); }
td.TdClassName
{
border-color: #6D9277;
}
.TagClassName
{
border-color: #6D9277;
}
</style>