Shades of Oxley #6F9C7A
Tints of Oxley #6F9C7A
RGB
CMYK
RGB Variations
Color information
#6F9C7A (or 0x6F9C7A) is known color: Oxley. HEX triplet: 6F, 9C and 7A. RGB value is (111,156,122). Sum of RGB (Red+Green+Blue) = 111+156+122=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9C7A is #906385. Grayscale: #8A8A8A. Windows color (decimal): -9462662 or 8035439. OLE color: 8035439.
HSL color Cylindrical-coordinate representation of color #6F9C7A: hue angle of 134.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9C7A is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 156 | 122 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.39 |
| HSL | 134.67º | 0.19% | 0.52% | - |
| HSV(B) | 134.67º | 0.29% | 0.61% | - |
| XYZ | 21.96 | 28.56 | 22.77 | - |
| YUV | 138.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 122 | 0.29 | 0 | 0.22 | 0.39 | 134.67 | 0.19 | 0.52 |
| Hex | 6F | 9C | 7A | 1D | 0 | 16 | 27 | 87 | 13 | 34 |
| Octal | 157 | 234 | 172 | 35 | 0 | 26 | 47 | 207 | 23 | 64 |
| Binary | 1101111 | 10011100 | 1111010 | 11101 | 0 | 10110 | 100111 | 10000111 | 10011 | 110100 |
Color Harmonies of #6F9C7A
Complementary color
Monochromatic Colors of #6F9C7A
Black with #6F9C7A
Text Example
Text Example
White with #6F9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9C7A; }
p { color: rgb(111,156,122); }
H1.HeaderClassName
{
color: #6F9C7A;
}
.AnyTagClassName
{
color: #6F9C7A;
}
</style>
background-color css
<style>
a { background-color: #6F9C7A; }
a { background-color: rgb(111,156,122); }
div.DivClassName
{
background-color: #6F9C7A;
}
.BgClassName
{
background-color: #6F9C7A;
}
</style>
border-color css
<style>
span { border-color: #6F9C7A; }
span { border-color: rgb(111,156,122); }
td.TdClassName
{
border-color: #6F9C7A;
}
.TagClassName
{
border-color: #6F9C7A;
}
</style>