Shades of Oxley #6F9478
Tints of Oxley #6F9478
RGB
CMYK
RGB Variations
Color information
#6F9478 (or 0x6F9478) is known color: Oxley. HEX triplet: 6F, 94 and 78. RGB value is (111,148,120). Sum of RGB (Red+Green+Blue) = 111+148+120=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9478 is #906B87. Grayscale: #858585. Windows color (decimal): -9464712 or 7902319. OLE color: 7902319.
HSL color Cylindrical-coordinate representation of color #6F9478: hue angle of 134.59º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F9478 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 120 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.42 |
| HSL | 134.59º | 0.15% | 0.51% | - |
| HSV(B) | 134.59º | 0.25% | 0.58% | - |
| XYZ | 20.54 | 25.92 | 21.69 | - |
| YUV | 133.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 120 | 0.25 | 0 | 0.19 | 0.42 | 134.59 | 0.15 | 0.51 |
| Hex | 6F | 94 | 78 | 19 | 0 | 13 | 2A | 87 | F | 33 |
| Octal | 157 | 224 | 170 | 31 | 0 | 23 | 52 | 207 | 17 | 63 |
| Binary | 1101111 | 10010100 | 1111000 | 11001 | 0 | 10011 | 101010 | 10000111 | 1111 | 110011 |
Color Harmonies of #6F9478
Complementary color
Monochromatic Colors of #6F9478
Black with #6F9478
Text Example
Text Example
White with #6F9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9478; }
p { color: rgb(111,148,120); }
H1.HeaderClassName
{
color: #6F9478;
}
.AnyTagClassName
{
color: #6F9478;
}
</style>
background-color css
<style>
a { background-color: #6F9478; }
a { background-color: rgb(111,148,120); }
div.DivClassName
{
background-color: #6F9478;
}
.BgClassName
{
background-color: #6F9478;
}
</style>
border-color css
<style>
span { border-color: #6F9478; }
span { border-color: rgb(111,148,120); }
td.TdClassName
{
border-color: #6F9478;
}
.TagClassName
{
border-color: #6F9478;
}
</style>