Shades of Oxley #6FAD7E
Tints of Oxley #6FAD7E
RGB
CMYK
RGB Variations
Color information
#6FAD7E (or 0x6FAD7E) is known color: Oxley. HEX triplet: 6F, AD and 7E. RGB value is (111,173,126). Sum of RGB (Red+Green+Blue) = 111+173+126=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD7E is #905281. Grayscale: #959595. Windows color (decimal): -9458306 or 8301935. OLE color: 8301935.
HSL color Cylindrical-coordinate representation of color #6FAD7E: hue angle of 134.52º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD7E is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 126 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.32 |
| HSL | 134.52º | 0.27% | 0.56% | - |
| HSV(B) | 134.52º | 0.36% | 0.68% | - |
| XYZ | 25.27 | 34.77 | 25.12 | - |
| YUV | 149.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 126 | 0.36 | 0 | 0.27 | 0.32 | 134.52 | 0.27 | 0.56 |
| Hex | 6F | AD | 7E | 24 | 0 | 1B | 20 | 87 | 1B | 38 |
| Octal | 157 | 255 | 176 | 44 | 0 | 33 | 40 | 207 | 33 | 70 |
| Binary | 1101111 | 10101101 | 1111110 | 100100 | 0 | 11011 | 100000 | 10000111 | 11011 | 111000 |
Color Harmonies of #6FAD7E
Complementary color
Monochromatic Colors of #6FAD7E
Black with #6FAD7E
Text Example
Text Example
White with #6FAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD7E; }
p { color: rgb(111,173,126); }
H1.HeaderClassName
{
color: #6FAD7E;
}
.AnyTagClassName
{
color: #6FAD7E;
}
</style>
background-color css
<style>
a { background-color: #6FAD7E; }
a { background-color: rgb(111,173,126); }
div.DivClassName
{
background-color: #6FAD7E;
}
.BgClassName
{
background-color: #6FAD7E;
}
</style>
border-color css
<style>
span { border-color: #6FAD7E; }
span { border-color: rgb(111,173,126); }
td.TdClassName
{
border-color: #6FAD7E;
}
.TagClassName
{
border-color: #6FAD7E;
}
</style>