Shades of Oxley #6FA273
Tints of Oxley #6FA273
RGB
CMYK
RGB Variations
Color information
#6FA273 (or 0x6FA273) is known color: Oxley. HEX triplet: 6F, A2 and 73. RGB value is (111,162,115). Sum of RGB (Red+Green+Blue) = 111+162+115=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA273 is #905D8C. Grayscale: #8D8D8D. Windows color (decimal): -9461133 or 7578223. OLE color: 7578223.
HSL color Cylindrical-coordinate representation of color #6FA273: hue angle of 124.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA273 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 115 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.36 |
| HSL | 124.71º | 0.22% | 0.54% | - |
| HSV(B) | 124.71º | 0.31% | 0.64% | - |
| XYZ | 22.57 | 30.46 | 20.91 | - |
| YUV | 141.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 115 | 0.31 | 0 | 0.29 | 0.36 | 124.71 | 0.22 | 0.54 |
| Hex | 6F | A2 | 73 | 1F | 0 | 1D | 24 | 7D | 16 | 36 |
| Octal | 157 | 242 | 163 | 37 | 0 | 35 | 44 | 175 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1110011 | 11111 | 0 | 11101 | 100100 | 1111101 | 10110 | 110110 |
Color Harmonies of #6FA273
Complementary color
Monochromatic Colors of #6FA273
Black with #6FA273
Text Example
Text Example
White with #6FA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA273; }
p { color: rgb(111,162,115); }
H1.HeaderClassName
{
color: #6FA273;
}
.AnyTagClassName
{
color: #6FA273;
}
</style>
background-color css
<style>
a { background-color: #6FA273; }
a { background-color: rgb(111,162,115); }
div.DivClassName
{
background-color: #6FA273;
}
.BgClassName
{
background-color: #6FA273;
}
</style>
border-color css
<style>
span { border-color: #6FA273; }
span { border-color: rgb(111,162,115); }
td.TdClassName
{
border-color: #6FA273;
}
.TagClassName
{
border-color: #6FA273;
}
</style>