Shades of Oxley #6FA37D
Tints of Oxley #6FA37D
RGB
CMYK
RGB Variations
Color information
#6FA37D (or 0x6FA37D) is known color: Oxley. HEX triplet: 6F, A3 and 7D. RGB value is (111,163,125). Sum of RGB (Red+Green+Blue) = 111+163+125=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA37D is #905C82. Grayscale: #8F8F8F. Windows color (decimal): -9460867 or 8233839. OLE color: 8233839.
HSL color Cylindrical-coordinate representation of color #6FA37D: hue angle of 136.15º 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 #6FA37D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 125 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.36 |
| HSL | 136.15º | 0.22% | 0.54% | - |
| HSV(B) | 136.15º | 0.32% | 0.64% | - |
| XYZ | 23.35 | 31.05 | 24.17 | - |
| YUV | 143.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 125 | 0.32 | 0 | 0.23 | 0.36 | 136.15 | 0.22 | 0.54 |
| Hex | 6F | A3 | 7D | 20 | 0 | 17 | 24 | 88 | 16 | 36 |
| Octal | 157 | 243 | 175 | 40 | 0 | 27 | 44 | 210 | 26 | 66 |
| Binary | 1101111 | 10100011 | 1111101 | 100000 | 0 | 10111 | 100100 | 10001000 | 10110 | 110110 |
Color Harmonies of #6FA37D
Complementary color
Monochromatic Colors of #6FA37D
Black with #6FA37D
Text Example
Text Example
White with #6FA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA37D; }
p { color: rgb(111,163,125); }
H1.HeaderClassName
{
color: #6FA37D;
}
.AnyTagClassName
{
color: #6FA37D;
}
</style>
background-color css
<style>
a { background-color: #6FA37D; }
a { background-color: rgb(111,163,125); }
div.DivClassName
{
background-color: #6FA37D;
}
.BgClassName
{
background-color: #6FA37D;
}
</style>
border-color css
<style>
span { border-color: #6FA37D; }
span { border-color: rgb(111,163,125); }
td.TdClassName
{
border-color: #6FA37D;
}
.TagClassName
{
border-color: #6FA37D;
}
</style>