Shades of Oxley #6F8A7B
Tints of Oxley #6F8A7B
RGB
CMYK
RGB Variations
Color information
#6F8A7B (or 0x6F8A7B) is known color: Oxley. HEX triplet: 6F, 8A and 7B. RGB value is (111,138,123). Sum of RGB (Red+Green+Blue) = 111+138+123=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A7B is #907584. Grayscale: #808080. Windows color (decimal): -9467269 or 8096367. OLE color: 8096367.
HSL color Cylindrical-coordinate representation of color #6F8A7B: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8A7B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 123 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.46 |
| HSL | 146.67º | 0.11% | 0.49% | - |
| HSV(B) | 146.67º | 0.2% | 0.54% | - |
| XYZ | 19.22 | 22.99 | 22.16 | - |
| YUV | 128.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 123 | 0.20 | 0 | 0.11 | 0.46 | 146.67 | 0.11 | 0.49 |
| Hex | 6F | 8A | 7B | 14 | 0 | B | 2E | 93 | B | 31 |
| Octal | 157 | 212 | 173 | 24 | 0 | 13 | 56 | 223 | 13 | 61 |
| Binary | 1101111 | 10001010 | 1111011 | 10100 | 0 | 1011 | 101110 | 10010011 | 1011 | 110001 |
Color Harmonies of #6F8A7B
Complementary color
Monochromatic Colors of #6F8A7B
Black with #6F8A7B
Text Example
Text Example
White with #6F8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A7B; }
p { color: rgb(111,138,123); }
H1.HeaderClassName
{
color: #6F8A7B;
}
.AnyTagClassName
{
color: #6F8A7B;
}
</style>
background-color css
<style>
a { background-color: #6F8A7B; }
a { background-color: rgb(111,138,123); }
div.DivClassName
{
background-color: #6F8A7B;
}
.BgClassName
{
background-color: #6F8A7B;
}
</style>
border-color css
<style>
span { border-color: #6F8A7B; }
span { border-color: rgb(111,138,123); }
td.TdClassName
{
border-color: #6F8A7B;
}
.TagClassName
{
border-color: #6F8A7B;
}
</style>