Shades of Oxley #6F9078
Tints of Oxley #6F9078
RGB
CMYK
RGB Variations
Color information
#6F9078 (or 0x6F9078) is known color: Oxley. HEX triplet: 6F, 90 and 78. RGB value is (111,144,120). Sum of RGB (Red+Green+Blue) = 111+144+120=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9078 is #906F87. Grayscale: #838383. Windows color (decimal): -9465736 or 7901295. OLE color: 7901295.
HSL color Cylindrical-coordinate representation of color #6F9078: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9078 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 120 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.44 |
| HSL | 136.36º | 0.13% | 0.5% | - |
| HSV(B) | 136.36º | 0.23% | 0.56% | - |
| XYZ | 19.92 | 24.68 | 21.48 | - |
| YUV | 131.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 120 | 0.23 | 0 | 0.17 | 0.44 | 136.36 | 0.13 | 0.5 |
| Hex | 6F | 90 | 78 | 17 | 0 | 11 | 2C | 88 | D | 32 |
| Octal | 157 | 220 | 170 | 27 | 0 | 21 | 54 | 210 | 15 | 62 |
| Binary | 1101111 | 10010000 | 1111000 | 10111 | 0 | 10001 | 101100 | 10001000 | 1101 | 110010 |
Color Harmonies of #6F9078
Complementary color
Monochromatic Colors of #6F9078
Black with #6F9078
Text Example
Text Example
White with #6F9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9078; }
p { color: rgb(111,144,120); }
H1.HeaderClassName
{
color: #6F9078;
}
.AnyTagClassName
{
color: #6F9078;
}
</style>
background-color css
<style>
a { background-color: #6F9078; }
a { background-color: rgb(111,144,120); }
div.DivClassName
{
background-color: #6F9078;
}
.BgClassName
{
background-color: #6F9078;
}
</style>
border-color css
<style>
span { border-color: #6F9078; }
span { border-color: rgb(111,144,120); }
td.TdClassName
{
border-color: #6F9078;
}
.TagClassName
{
border-color: #6F9078;
}
</style>