Shades of Oxley #6B9675
Tints of Oxley #6B9675
RGB
CMYK
RGB Variations
Color information
#6B9675 (or 0x6B9675) is known color: Oxley. HEX triplet: 6B, 96 and 75. RGB value is (107,150,117). Sum of RGB (Red+Green+Blue) = 107+150+117=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9675 is #94698A. Grayscale: #858585. Windows color (decimal): -9726347 or 7706219. OLE color: 7706219.
HSL color Cylindrical-coordinate representation of color #6B9675: hue angle of 133.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9675 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 117 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.41 |
| HSL | 133.95º | 0.17% | 0.5% | - |
| HSV(B) | 133.95º | 0.29% | 0.59% | - |
| XYZ | 20.18 | 26.22 | 20.83 | - |
| YUV | 133.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 117 | 0.29 | 0 | 0.22 | 0.41 | 133.95 | 0.17 | 0.5 |
| Hex | 6B | 96 | 75 | 1D | 0 | 16 | 29 | 86 | 11 | 32 |
| Octal | 153 | 226 | 165 | 35 | 0 | 26 | 51 | 206 | 21 | 62 |
| Binary | 1101011 | 10010110 | 1110101 | 11101 | 0 | 10110 | 101001 | 10000110 | 10001 | 110010 |
Color Harmonies of #6B9675
Complementary color
Monochromatic Colors of #6B9675
Black with #6B9675
Text Example
Text Example
White with #6B9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9675; }
p { color: rgb(107,150,117); }
H1.HeaderClassName
{
color: #6B9675;
}
.AnyTagClassName
{
color: #6B9675;
}
</style>
background-color css
<style>
a { background-color: #6B9675; }
a { background-color: rgb(107,150,117); }
div.DivClassName
{
background-color: #6B9675;
}
.BgClassName
{
background-color: #6B9675;
}
</style>
border-color css
<style>
span { border-color: #6B9675; }
span { border-color: rgb(107,150,117); }
td.TdClassName
{
border-color: #6B9675;
}
.TagClassName
{
border-color: #6B9675;
}
</style>