Shades of Oxley #6B9478
Tints of Oxley #6B9478
RGB
CMYK
RGB Variations
Color information
#6B9478 (or 0x6B9478) is known color: Oxley. HEX triplet: 6B, 94 and 78. RGB value is (107,148,120). Sum of RGB (Red+Green+Blue) = 107+148+120=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9478 is #946B87. Grayscale: #848484. Windows color (decimal): -9726856 or 7902315. OLE color: 7902315.
HSL color Cylindrical-coordinate representation of color #6B9478: hue angle of 139.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9478 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 120 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.42 |
| HSL | 139.02º | 0.16% | 0.5% | - |
| HSV(B) | 139.02º | 0.28% | 0.58% | - |
| XYZ | 20.04 | 25.66 | 21.67 | - |
| YUV | 132.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 120 | 0.28 | 0 | 0.19 | 0.42 | 139.02 | 0.16 | 0.5 |
| Hex | 6B | 94 | 78 | 1C | 0 | 13 | 2A | 8B | 10 | 32 |
| Octal | 153 | 224 | 170 | 34 | 0 | 23 | 52 | 213 | 20 | 62 |
| Binary | 1101011 | 10010100 | 1111000 | 11100 | 0 | 10011 | 101010 | 10001011 | 10000 | 110010 |
Color Harmonies of #6B9478
Complementary color
Monochromatic Colors of #6B9478
Black with #6B9478
Text Example
Text Example
White with #6B9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9478; }
p { color: rgb(107,148,120); }
H1.HeaderClassName
{
color: #6B9478;
}
.AnyTagClassName
{
color: #6B9478;
}
</style>
background-color css
<style>
a { background-color: #6B9478; }
a { background-color: rgb(107,148,120); }
div.DivClassName
{
background-color: #6B9478;
}
.BgClassName
{
background-color: #6B9478;
}
</style>
border-color css
<style>
span { border-color: #6B9478; }
span { border-color: rgb(107,148,120); }
td.TdClassName
{
border-color: #6B9478;
}
.TagClassName
{
border-color: #6B9478;
}
</style>