Shades of Oxley #6FA27D
Tints of Oxley #6FA27D
RGB
CMYK
RGB Variations
Color information
#6FA27D (or 0x6FA27D) is known color: Oxley. HEX triplet: 6F, A2 and 7D. RGB value is (111,162,125). Sum of RGB (Red+Green+Blue) = 111+162+125=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA27D is #905D82. Grayscale: #8E8E8E. Windows color (decimal): -9461123 or 8233583. OLE color: 8233583.
HSL color Cylindrical-coordinate representation of color #6FA27D: hue angle of 136.47º 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 #6FA27D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 125 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.36 |
| HSL | 136.47º | 0.22% | 0.54% | - |
| HSV(B) | 136.47º | 0.31% | 0.64% | - |
| XYZ | 23.18 | 30.7 | 24.11 | - |
| YUV | 142.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 125 | 0.31 | 0 | 0.23 | 0.36 | 136.47 | 0.22 | 0.54 |
| Hex | 6F | A2 | 7D | 1F | 0 | 17 | 24 | 88 | 16 | 36 |
| Octal | 157 | 242 | 175 | 37 | 0 | 27 | 44 | 210 | 26 | 66 |
| Binary | 1101111 | 10100010 | 1111101 | 11111 | 0 | 10111 | 100100 | 10001000 | 10110 | 110110 |
Color Harmonies of #6FA27D
Complementary color
Monochromatic Colors of #6FA27D
Black with #6FA27D
Text Example
Text Example
White with #6FA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA27D; }
p { color: rgb(111,162,125); }
H1.HeaderClassName
{
color: #6FA27D;
}
.AnyTagClassName
{
color: #6FA27D;
}
</style>
background-color css
<style>
a { background-color: #6FA27D; }
a { background-color: rgb(111,162,125); }
div.DivClassName
{
background-color: #6FA27D;
}
.BgClassName
{
background-color: #6FA27D;
}
</style>
border-color css
<style>
span { border-color: #6FA27D; }
span { border-color: rgb(111,162,125); }
td.TdClassName
{
border-color: #6FA27D;
}
.TagClassName
{
border-color: #6FA27D;
}
</style>