Shades of Oxley #6FA67A
Tints of Oxley #6FA67A
RGB
CMYK
RGB Variations
Color information
#6FA67A (or 0x6FA67A) is known color: Oxley. HEX triplet: 6F, A6 and 7A. RGB value is (111,166,122). Sum of RGB (Red+Green+Blue) = 111+166+122=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA67A is #905985. Grayscale: #909090. Windows color (decimal): -9460102 or 8037999. OLE color: 8037999.
HSL color Cylindrical-coordinate representation of color #6FA67A: hue angle of 132º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA67A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 122 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.35 |
| HSL | 132º | 0.24% | 0.54% | - |
| HSV(B) | 132º | 0.33% | 0.65% | - |
| XYZ | 23.7 | 32.06 | 23.35 | - |
| YUV | 144.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 122 | 0.33 | 0 | 0.27 | 0.35 | 132 | 0.24 | 0.54 |
| Hex | 6F | A6 | 7A | 21 | 0 | 1B | 23 | 84 | 18 | 36 |
| Octal | 157 | 246 | 172 | 41 | 0 | 33 | 43 | 204 | 30 | 66 |
| Binary | 1101111 | 10100110 | 1111010 | 100001 | 0 | 11011 | 100011 | 10000100 | 11000 | 110110 |
Color Harmonies of #6FA67A
Complementary color
Monochromatic Colors of #6FA67A
Black with #6FA67A
Text Example
Text Example
White with #6FA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA67A; }
p { color: rgb(111,166,122); }
H1.HeaderClassName
{
color: #6FA67A;
}
.AnyTagClassName
{
color: #6FA67A;
}
</style>
background-color css
<style>
a { background-color: #6FA67A; }
a { background-color: rgb(111,166,122); }
div.DivClassName
{
background-color: #6FA67A;
}
.BgClassName
{
background-color: #6FA67A;
}
</style>
border-color css
<style>
span { border-color: #6FA67A; }
span { border-color: rgb(111,166,122); }
td.TdClassName
{
border-color: #6FA67A;
}
.TagClassName
{
border-color: #6FA67A;
}
</style>