Shades of Oxley #6FA77D
Tints of Oxley #6FA77D
RGB
CMYK
RGB Variations
Color information
#6FA77D (or 0x6FA77D) is known color: Oxley. HEX triplet: 6F, A7 and 7D. RGB value is (111,167,125). Sum of RGB (Red+Green+Blue) = 111+167+125=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA77D is #905882. Grayscale: #919191. Windows color (decimal): -9459843 or 8234863. OLE color: 8234863.
HSL color Cylindrical-coordinate representation of color #6FA77D: hue angle of 135º 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 #6FA77D is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 125 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.35 |
| HSL | 135º | 0.24% | 0.55% | - |
| HSV(B) | 135º | 0.34% | 0.65% | - |
| XYZ | 24.08 | 32.5 | 24.41 | - |
| YUV | 145.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 125 | 0.34 | 0 | 0.25 | 0.35 | 135 | 0.24 | 0.55 |
| Hex | 6F | A7 | 7D | 22 | 0 | 19 | 23 | 87 | 18 | 37 |
| Octal | 157 | 247 | 175 | 42 | 0 | 31 | 43 | 207 | 30 | 67 |
| Binary | 1101111 | 10100111 | 1111101 | 100010 | 0 | 11001 | 100011 | 10000111 | 11000 | 110111 |
Color Harmonies of #6FA77D
Complementary color
Monochromatic Colors of #6FA77D
Black with #6FA77D
Text Example
Text Example
White with #6FA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA77D; }
p { color: rgb(111,167,125); }
H1.HeaderClassName
{
color: #6FA77D;
}
.AnyTagClassName
{
color: #6FA77D;
}
</style>
background-color css
<style>
a { background-color: #6FA77D; }
a { background-color: rgb(111,167,125); }
div.DivClassName
{
background-color: #6FA77D;
}
.BgClassName
{
background-color: #6FA77D;
}
</style>
border-color css
<style>
span { border-color: #6FA77D; }
span { border-color: rgb(111,167,125); }
td.TdClassName
{
border-color: #6FA77D;
}
.TagClassName
{
border-color: #6FA77D;
}
</style>