Shades of Oxley #6FAA76
Tints of Oxley #6FAA76
RGB
CMYK
RGB Variations
Color information
#6FAA76 (or 0x6FAA76) is known color: Oxley. HEX triplet: 6F, AA and 76. RGB value is (111,170,118). Sum of RGB (Red+Green+Blue) = 111+170+118=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA76 is #905589. Grayscale: #929292. Windows color (decimal): -9459082 or 7776879. OLE color: 7776879.
HSL color Cylindrical-coordinate representation of color #6FAA76: hue angle of 127.12º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA76 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 118 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.33 |
| HSL | 127.12º | 0.26% | 0.55% | - |
| HSV(B) | 127.12º | 0.35% | 0.67% | - |
| XYZ | 24.2 | 33.44 | 22.32 | - |
| YUV | 146.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 118 | 0.35 | 0 | 0.31 | 0.33 | 127.12 | 0.26 | 0.55 |
| Hex | 6F | AA | 76 | 23 | 0 | 1F | 21 | 7F | 1A | 37 |
| Octal | 157 | 252 | 166 | 43 | 0 | 37 | 41 | 177 | 32 | 67 |
| Binary | 1101111 | 10101010 | 1110110 | 100011 | 0 | 11111 | 100001 | 1111111 | 11010 | 110111 |
Color Harmonies of #6FAA76
Complementary color
Monochromatic Colors of #6FAA76
Black with #6FAA76
Text Example
Text Example
White with #6FAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA76; }
p { color: rgb(111,170,118); }
H1.HeaderClassName
{
color: #6FAA76;
}
.AnyTagClassName
{
color: #6FAA76;
}
</style>
background-color css
<style>
a { background-color: #6FAA76; }
a { background-color: rgb(111,170,118); }
div.DivClassName
{
background-color: #6FAA76;
}
.BgClassName
{
background-color: #6FAA76;
}
</style>
border-color css
<style>
span { border-color: #6FAA76; }
span { border-color: rgb(111,170,118); }
td.TdClassName
{
border-color: #6FAA76;
}
.TagClassName
{
border-color: #6FAA76;
}
</style>