Shades of Oxley #6F9C73
Tints of Oxley #6F9C73
RGB
CMYK
RGB Variations
Color information
#6F9C73 (or 0x6F9C73) is known color: Oxley. HEX triplet: 6F, 9C and 73. RGB value is (111,156,115). Sum of RGB (Red+Green+Blue) = 111+156+115=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9C73 is #90638C. Grayscale: #898989. Windows color (decimal): -9462669 or 7576687. OLE color: 7576687.
HSL color Cylindrical-coordinate representation of color #6F9C73: hue angle of 125.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9C73 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 156 | 115 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.39 |
| HSL | 125.33º | 0.19% | 0.52% | - |
| HSV(B) | 125.33º | 0.29% | 0.61% | - |
| XYZ | 21.54 | 28.39 | 20.57 | - |
| YUV | 137.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 115 | 0.29 | 0 | 0.26 | 0.39 | 125.33 | 0.19 | 0.52 |
| Hex | 6F | 9C | 73 | 1D | 0 | 1A | 27 | 7D | 13 | 34 |
| Octal | 157 | 234 | 163 | 35 | 0 | 32 | 47 | 175 | 23 | 64 |
| Binary | 1101111 | 10011100 | 1110011 | 11101 | 0 | 11010 | 100111 | 1111101 | 10011 | 110100 |
Color Harmonies of #6F9C73
Complementary color
Monochromatic Colors of #6F9C73
Black with #6F9C73
Text Example
Text Example
White with #6F9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9C73; }
p { color: rgb(111,156,115); }
H1.HeaderClassName
{
color: #6F9C73;
}
.AnyTagClassName
{
color: #6F9C73;
}
</style>
background-color css
<style>
a { background-color: #6F9C73; }
a { background-color: rgb(111,156,115); }
div.DivClassName
{
background-color: #6F9C73;
}
.BgClassName
{
background-color: #6F9C73;
}
</style>
border-color css
<style>
span { border-color: #6F9C73; }
span { border-color: rgb(111,156,115); }
td.TdClassName
{
border-color: #6F9C73;
}
.TagClassName
{
border-color: #6F9C73;
}
</style>