Shades of Oxley #6FA77B
Tints of Oxley #6FA77B
RGB
CMYK
RGB Variations
Color information
#6FA77B (or 0x6FA77B) is known color: Oxley. HEX triplet: 6F, A7 and 7B. RGB value is (111,167,123). Sum of RGB (Red+Green+Blue) = 111+167+123=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA77B is #905884. Grayscale: #919191. Windows color (decimal): -9459845 or 8103791. OLE color: 8103791.
HSL color Cylindrical-coordinate representation of color #6FA77B: hue angle of 132.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA77B is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 123 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.35 |
| HSL | 132.86º | 0.24% | 0.55% | - |
| HSV(B) | 132.86º | 0.34% | 0.65% | - |
| XYZ | 23.95 | 32.45 | 23.74 | - |
| YUV | 145.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 123 | 0.34 | 0 | 0.26 | 0.35 | 132.86 | 0.24 | 0.55 |
| Hex | 6F | A7 | 7B | 22 | 0 | 1A | 23 | 85 | 18 | 37 |
| Octal | 157 | 247 | 173 | 42 | 0 | 32 | 43 | 205 | 30 | 67 |
| Binary | 1101111 | 10100111 | 1111011 | 100010 | 0 | 11010 | 100011 | 10000101 | 11000 | 110111 |
Color Harmonies of #6FA77B
Complementary color
Monochromatic Colors of #6FA77B
Black with #6FA77B
Text Example
Text Example
White with #6FA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA77B; }
p { color: rgb(111,167,123); }
H1.HeaderClassName
{
color: #6FA77B;
}
.AnyTagClassName
{
color: #6FA77B;
}
</style>
background-color css
<style>
a { background-color: #6FA77B; }
a { background-color: rgb(111,167,123); }
div.DivClassName
{
background-color: #6FA77B;
}
.BgClassName
{
background-color: #6FA77B;
}
</style>
border-color css
<style>
span { border-color: #6FA77B; }
span { border-color: rgb(111,167,123); }
td.TdClassName
{
border-color: #6FA77B;
}
.TagClassName
{
border-color: #6FA77B;
}
</style>