Shades of Oxley #6FA27C
Tints of Oxley #6FA27C
RGB
CMYK
RGB Variations
Color information
#6FA27C (or 0x6FA27C) is known color: Oxley. HEX triplet: 6F, A2 and 7C. RGB value is (111,162,124). Sum of RGB (Red+Green+Blue) = 111+162+124=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA27C is #905D83. Grayscale: #8E8E8E. Windows color (decimal): -9461124 or 8168047. OLE color: 8168047.
HSL color Cylindrical-coordinate representation of color #6FA27C: hue angle of 135.29º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA27C is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 124 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.36 |
| HSL | 135.29º | 0.22% | 0.54% | - |
| HSV(B) | 135.29º | 0.31% | 0.64% | - |
| XYZ | 23.11 | 30.68 | 23.77 | - |
| YUV | 142.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 124 | 0.31 | 0 | 0.23 | 0.36 | 135.29 | 0.22 | 0.54 |
| Hex | 6F | A2 | 7C | 1F | 0 | 17 | 24 | 87 | 16 | 36 |
| Octal | 157 | 242 | 174 | 37 | 0 | 27 | 44 | 207 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1111100 | 11111 | 0 | 10111 | 100100 | 10000111 | 10110 | 110110 |
Color Harmonies of #6FA27C
Complementary color
Monochromatic Colors of #6FA27C
Black with #6FA27C
Text Example
Text Example
White with #6FA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA27C; }
p { color: rgb(111,162,124); }
H1.HeaderClassName
{
color: #6FA27C;
}
.AnyTagClassName
{
color: #6FA27C;
}
</style>
background-color css
<style>
a { background-color: #6FA27C; }
a { background-color: rgb(111,162,124); }
div.DivClassName
{
background-color: #6FA27C;
}
.BgClassName
{
background-color: #6FA27C;
}
</style>
border-color css
<style>
span { border-color: #6FA27C; }
span { border-color: rgb(111,162,124); }
td.TdClassName
{
border-color: #6FA27C;
}
.TagClassName
{
border-color: #6FA27C;
}
</style>