Shades of Oxley #6F9B7A
Tints of Oxley #6F9B7A
RGB
CMYK
RGB Variations
Color information
#6F9B7A (or 0x6F9B7A) is known color: Oxley. HEX triplet: 6F, 9B and 7A. RGB value is (111,155,122). Sum of RGB (Red+Green+Blue) = 111+155+122=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9B7A is #906485. Grayscale: #8A8A8A. Windows color (decimal): -9462918 or 8035183. OLE color: 8035183.
HSL color Cylindrical-coordinate representation of color #6F9B7A: hue angle of 135º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9B7A is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 122 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.39 |
| HSL | 135º | 0.18% | 0.52% | - |
| HSV(B) | 135º | 0.28% | 0.61% | - |
| XYZ | 21.79 | 28.23 | 22.71 | - |
| YUV | 138.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 122 | 0.28 | 0 | 0.21 | 0.39 | 135 | 0.18 | 0.52 |
| Hex | 6F | 9B | 7A | 1C | 0 | 15 | 27 | 87 | 12 | 34 |
| Octal | 157 | 233 | 172 | 34 | 0 | 25 | 47 | 207 | 22 | 64 |
| Binary | 1101111 | 10011011 | 1111010 | 11100 | 0 | 10101 | 100111 | 10000111 | 10010 | 110100 |
Color Harmonies of #6F9B7A
Complementary color
Monochromatic Colors of #6F9B7A
Black with #6F9B7A
Text Example
Text Example
White with #6F9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B7A; }
p { color: rgb(111,155,122); }
H1.HeaderClassName
{
color: #6F9B7A;
}
.AnyTagClassName
{
color: #6F9B7A;
}
</style>
background-color css
<style>
a { background-color: #6F9B7A; }
a { background-color: rgb(111,155,122); }
div.DivClassName
{
background-color: #6F9B7A;
}
.BgClassName
{
background-color: #6F9B7A;
}
</style>
border-color css
<style>
span { border-color: #6F9B7A; }
span { border-color: rgb(111,155,122); }
td.TdClassName
{
border-color: #6F9B7A;
}
.TagClassName
{
border-color: #6F9B7A;
}
</style>