Shades of Oxley #6B9075
Tints of Oxley #6B9075
RGB
CMYK
RGB Variations
Color information
#6B9075 (or 0x6B9075) is known color: Oxley. HEX triplet: 6B, 90 and 75. RGB value is (107,144,117). Sum of RGB (Red+Green+Blue) = 107+144+117=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9075 is #946F8A. Grayscale: #818181. Windows color (decimal): -9727883 or 7704683. OLE color: 7704683.
HSL color Cylindrical-coordinate representation of color #6B9075: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B9075 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 117 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.44 |
| HSL | 136.22º | 0.15% | 0.49% | - |
| HSV(B) | 136.22º | 0.26% | 0.56% | - |
| XYZ | 19.25 | 24.36 | 20.52 | - |
| YUV | 129.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 117 | 0.26 | 0 | 0.19 | 0.44 | 136.22 | 0.15 | 0.49 |
| Hex | 6B | 90 | 75 | 1A | 0 | 13 | 2C | 88 | F | 31 |
| Octal | 153 | 220 | 165 | 32 | 0 | 23 | 54 | 210 | 17 | 61 |
| Binary | 1101011 | 10010000 | 1110101 | 11010 | 0 | 10011 | 101100 | 10001000 | 1111 | 110001 |
Color Harmonies of #6B9075
Complementary color
Monochromatic Colors of #6B9075
Black with #6B9075
Text Example
Text Example
White with #6B9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9075; }
p { color: rgb(107,144,117); }
H1.HeaderClassName
{
color: #6B9075;
}
.AnyTagClassName
{
color: #6B9075;
}
</style>
background-color css
<style>
a { background-color: #6B9075; }
a { background-color: rgb(107,144,117); }
div.DivClassName
{
background-color: #6B9075;
}
.BgClassName
{
background-color: #6B9075;
}
</style>
border-color css
<style>
span { border-color: #6B9075; }
span { border-color: rgb(107,144,117); }
td.TdClassName
{
border-color: #6B9075;
}
.TagClassName
{
border-color: #6B9075;
}
</style>