Shades of Oxley #6FA97B
Tints of Oxley #6FA97B
RGB
CMYK
RGB Variations
Color information
#6FA97B (or 0x6FA97B) is known color: Oxley. HEX triplet: 6F, A9 and 7B. RGB value is (111,169,123). Sum of RGB (Red+Green+Blue) = 111+169+123=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA97B is #905684. Grayscale: #929292. Windows color (decimal): -9459333 or 8104303. OLE color: 8104303.
HSL color Cylindrical-coordinate representation of color #6FA97B: hue angle of 132.41º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA97B is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 123 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.34 |
| HSL | 132.41º | 0.25% | 0.55% | - |
| HSV(B) | 132.41º | 0.34% | 0.66% | - |
| XYZ | 24.32 | 33.19 | 23.86 | - |
| YUV | 146.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 123 | 0.34 | 0 | 0.27 | 0.34 | 132.41 | 0.25 | 0.55 |
| Hex | 6F | A9 | 7B | 22 | 0 | 1B | 22 | 84 | 19 | 37 |
| Octal | 157 | 251 | 173 | 42 | 0 | 33 | 42 | 204 | 31 | 67 |
| Binary | 1101111 | 10101001 | 1111011 | 100010 | 0 | 11011 | 100010 | 10000100 | 11001 | 110111 |
Color Harmonies of #6FA97B
Complementary color
Monochromatic Colors of #6FA97B
Black with #6FA97B
Text Example
Text Example
White with #6FA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA97B; }
p { color: rgb(111,169,123); }
H1.HeaderClassName
{
color: #6FA97B;
}
.AnyTagClassName
{
color: #6FA97B;
}
</style>
background-color css
<style>
a { background-color: #6FA97B; }
a { background-color: rgb(111,169,123); }
div.DivClassName
{
background-color: #6FA97B;
}
.BgClassName
{
background-color: #6FA97B;
}
</style>
border-color css
<style>
span { border-color: #6FA97B; }
span { border-color: rgb(111,169,123); }
td.TdClassName
{
border-color: #6FA97B;
}
.TagClassName
{
border-color: #6FA97B;
}
</style>