Shades of Oxley #6B9979
Tints of Oxley #6B9979
RGB
CMYK
RGB Variations
Color information
#6B9979 (or 0x6B9979) is known color: Oxley. HEX triplet: 6B, 99 and 79. RGB value is (107,153,121). Sum of RGB (Red+Green+Blue) = 107+153+121=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9979 is #946686. Grayscale: #878787. Windows color (decimal): -9725575 or 7969131. OLE color: 7969131.
HSL color Cylindrical-coordinate representation of color #6B9979: hue angle of 138.26º 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 #6B9979 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 121 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.4 |
| HSL | 138.26º | 0.18% | 0.51% | - |
| HSV(B) | 138.26º | 0.3% | 0.6% | - |
| XYZ | 20.91 | 27.29 | 22.25 | - |
| YUV | 135.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 121 | 0.30 | 0 | 0.21 | 0.4 | 138.26 | 0.18 | 0.51 |
| Hex | 6B | 99 | 79 | 1E | 0 | 15 | 28 | 8A | 12 | 33 |
| Octal | 153 | 231 | 171 | 36 | 0 | 25 | 50 | 212 | 22 | 63 |
| Binary | 1101011 | 10011001 | 1111001 | 11110 | 0 | 10101 | 101000 | 10001010 | 10010 | 110011 |
Color Harmonies of #6B9979
Complementary color
Monochromatic Colors of #6B9979
Black with #6B9979
Text Example
Text Example
White with #6B9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9979; }
p { color: rgb(107,153,121); }
H1.HeaderClassName
{
color: #6B9979;
}
.AnyTagClassName
{
color: #6B9979;
}
</style>
background-color css
<style>
a { background-color: #6B9979; }
a { background-color: rgb(107,153,121); }
div.DivClassName
{
background-color: #6B9979;
}
.BgClassName
{
background-color: #6B9979;
}
</style>
border-color css
<style>
span { border-color: #6B9979; }
span { border-color: rgb(107,153,121); }
td.TdClassName
{
border-color: #6B9979;
}
.TagClassName
{
border-color: #6B9979;
}
</style>