Shades of Oxley #6B9971
Tints of Oxley #6B9971
RGB
CMYK
RGB Variations
Color information
#6B9971 (or 0x6B9971) is known color: Oxley. HEX triplet: 6B, 99 and 71. RGB value is (107,153,113). Sum of RGB (Red+Green+Blue) = 107+153+113=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9971 is #94668E. Grayscale: #868686. Windows color (decimal): -9725583 or 7444843. OLE color: 7444843.
HSL color Cylindrical-coordinate representation of color #6B9971: hue angle of 127.83º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9971 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 113 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.4 |
| HSL | 127.83º | 0.18% | 0.51% | - |
| HSV(B) | 127.83º | 0.3% | 0.6% | - |
| XYZ | 20.44 | 27.1 | 19.78 | - |
| YUV | 134.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 113 | 0.30 | 0 | 0.26 | 0.4 | 127.83 | 0.18 | 0.51 |
| Hex | 6B | 99 | 71 | 1E | 0 | 1A | 28 | 80 | 12 | 33 |
| Octal | 153 | 231 | 161 | 36 | 0 | 32 | 50 | 200 | 22 | 63 |
| Binary | 1101011 | 10011001 | 1110001 | 11110 | 0 | 11010 | 101000 | 10000000 | 10010 | 110011 |
Color Harmonies of #6B9971
Complementary color
Monochromatic Colors of #6B9971
Black with #6B9971
Text Example
Text Example
White with #6B9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9971; }
p { color: rgb(107,153,113); }
H1.HeaderClassName
{
color: #6B9971;
}
.AnyTagClassName
{
color: #6B9971;
}
</style>
background-color css
<style>
a { background-color: #6B9971; }
a { background-color: rgb(107,153,113); }
div.DivClassName
{
background-color: #6B9971;
}
.BgClassName
{
background-color: #6B9971;
}
</style>
border-color css
<style>
span { border-color: #6B9971; }
span { border-color: rgb(107,153,113); }
td.TdClassName
{
border-color: #6B9971;
}
.TagClassName
{
border-color: #6B9971;
}
</style>