Shades of Oxley #6B9D79
Tints of Oxley #6B9D79
RGB
CMYK
RGB Variations
Color information
#6B9D79 (or 0x6B9D79) is known color: Oxley. HEX triplet: 6B, 9D and 79. RGB value is (107,157,121). Sum of RGB (Red+Green+Blue) = 107+157+121=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9D79 is #946286. Grayscale: #8A8A8A. Windows color (decimal): -9724551 or 7970155. OLE color: 7970155.
HSL color Cylindrical-coordinate representation of color #6B9D79: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9D79 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 157 | 121 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.38 |
| HSL | 136.8º | 0.2% | 0.52% | - |
| HSV(B) | 136.8º | 0.32% | 0.62% | - |
| XYZ | 21.57 | 28.62 | 22.48 | - |
| YUV | 137.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 121 | 0.32 | 0 | 0.23 | 0.38 | 136.8 | 0.2 | 0.52 |
| Hex | 6B | 9D | 79 | 20 | 0 | 17 | 26 | 89 | 14 | 34 |
| Octal | 153 | 235 | 171 | 40 | 0 | 27 | 46 | 211 | 24 | 64 |
| Binary | 1101011 | 10011101 | 1111001 | 100000 | 0 | 10111 | 100110 | 10001001 | 10100 | 110100 |
Color Harmonies of #6B9D79
Complementary color
Monochromatic Colors of #6B9D79
Black with #6B9D79
Text Example
Text Example
White with #6B9D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9D79; }
p { color: rgb(107,157,121); }
H1.HeaderClassName
{
color: #6B9D79;
}
.AnyTagClassName
{
color: #6B9D79;
}
</style>
background-color css
<style>
a { background-color: #6B9D79; }
a { background-color: rgb(107,157,121); }
div.DivClassName
{
background-color: #6B9D79;
}
.BgClassName
{
background-color: #6B9D79;
}
</style>
border-color css
<style>
span { border-color: #6B9D79; }
span { border-color: rgb(107,157,121); }
td.TdClassName
{
border-color: #6B9D79;
}
.TagClassName
{
border-color: #6B9D79;
}
</style>