Shades of Oxley #6FA37A
Tints of Oxley #6FA37A
RGB
CMYK
RGB Variations
Color information
#6FA37A (or 0x6FA37A) is known color: Oxley. HEX triplet: 6F, A3 and 7A. RGB value is (111,163,122). Sum of RGB (Red+Green+Blue) = 111+163+122=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA37A is #905C85. Grayscale: #8E8E8E. Windows color (decimal): -9460870 or 8037231. OLE color: 8037231.
HSL color Cylindrical-coordinate representation of color #6FA37A: hue angle of 132.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA37A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 122 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.36 |
| HSL | 132.69º | 0.22% | 0.54% | - |
| HSV(B) | 132.69º | 0.32% | 0.64% | - |
| XYZ | 23.17 | 30.98 | 23.17 | - |
| YUV | 142.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 122 | 0.32 | 0 | 0.25 | 0.36 | 132.69 | 0.22 | 0.54 |
| Hex | 6F | A3 | 7A | 20 | 0 | 19 | 24 | 85 | 16 | 36 |
| Octal | 157 | 243 | 172 | 40 | 0 | 31 | 44 | 205 | 26 | 66 |
| Binary | 1101111 | 10100011 | 1111010 | 100000 | 0 | 11001 | 100100 | 10000101 | 10110 | 110110 |
Color Harmonies of #6FA37A
Complementary color
Monochromatic Colors of #6FA37A
Black with #6FA37A
Text Example
Text Example
White with #6FA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA37A; }
p { color: rgb(111,163,122); }
H1.HeaderClassName
{
color: #6FA37A;
}
.AnyTagClassName
{
color: #6FA37A;
}
</style>
background-color css
<style>
a { background-color: #6FA37A; }
a { background-color: rgb(111,163,122); }
div.DivClassName
{
background-color: #6FA37A;
}
.BgClassName
{
background-color: #6FA37A;
}
</style>
border-color css
<style>
span { border-color: #6FA37A; }
span { border-color: rgb(111,163,122); }
td.TdClassName
{
border-color: #6FA37A;
}
.TagClassName
{
border-color: #6FA37A;
}
</style>