Shades of Oxley #6B977A
Tints of Oxley #6B977A
RGB
CMYK
RGB Variations
Color information
#6B977A (or 0x6B977A) is known color: Oxley. HEX triplet: 6B, 97 and 7A. RGB value is (107,151,122). Sum of RGB (Red+Green+Blue) = 107+151+122=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #6B977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B977A is #946885. Grayscale: #868686. Windows color (decimal): -9726086 or 8034155. OLE color: 8034155.
HSL color Cylindrical-coordinate representation of color #6B977A: hue angle of 140.45º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B977A is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 122 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.41 |
| HSL | 140.45º | 0.17% | 0.51% | - |
| HSV(B) | 140.45º | 0.29% | 0.59% | - |
| XYZ | 20.64 | 26.66 | 22.47 | - |
| YUV | 134.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 122 | 0.29 | 0 | 0.19 | 0.41 | 140.45 | 0.17 | 0.51 |
| Hex | 6B | 97 | 7A | 1D | 0 | 13 | 29 | 8C | 11 | 33 |
| Octal | 153 | 227 | 172 | 35 | 0 | 23 | 51 | 214 | 21 | 63 |
| Binary | 1101011 | 10010111 | 1111010 | 11101 | 0 | 10011 | 101001 | 10001100 | 10001 | 110011 |
Color Harmonies of #6B977A
Complementary color
Monochromatic Colors of #6B977A
Black with #6B977A
Text Example
Text Example
White with #6B977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B977A; }
p { color: rgb(107,151,122); }
H1.HeaderClassName
{
color: #6B977A;
}
.AnyTagClassName
{
color: #6B977A;
}
</style>
background-color css
<style>
a { background-color: #6B977A; }
a { background-color: rgb(107,151,122); }
div.DivClassName
{
background-color: #6B977A;
}
.BgClassName
{
background-color: #6B977A;
}
</style>
border-color css
<style>
span { border-color: #6B977A; }
span { border-color: rgb(107,151,122); }
td.TdClassName
{
border-color: #6B977A;
}
.TagClassName
{
border-color: #6B977A;
}
</style>