Shades of Oxley #6FAC7A
Tints of Oxley #6FAC7A
RGB
CMYK
RGB Variations
Color information
#6FAC7A (or 0x6FAC7A) is known color: Oxley. HEX triplet: 6F, AC and 7A. RGB value is (111,172,122). Sum of RGB (Red+Green+Blue) = 111+172+122=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC7A is #905385. Grayscale: #949494. Windows color (decimal): -9458566 or 8039535. OLE color: 8039535.
HSL color Cylindrical-coordinate representation of color #6FAC7A: hue angle of 130.82º degrees, saturation: 0.27, 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 #6FAC7A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 122 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.33 |
| HSL | 130.82º | 0.27% | 0.55% | - |
| HSV(B) | 130.82º | 0.35% | 0.67% | - |
| XYZ | 24.82 | 34.29 | 23.72 | - |
| YUV | 148.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 122 | 0.35 | 0 | 0.29 | 0.33 | 130.82 | 0.27 | 0.55 |
| Hex | 6F | AC | 7A | 23 | 0 | 1D | 21 | 83 | 1B | 37 |
| Octal | 157 | 254 | 172 | 43 | 0 | 35 | 41 | 203 | 33 | 67 |
| Binary | 1101111 | 10101100 | 1111010 | 100011 | 0 | 11101 | 100001 | 10000011 | 11011 | 110111 |
Color Harmonies of #6FAC7A
Complementary color
Monochromatic Colors of #6FAC7A
Black with #6FAC7A
Text Example
Text Example
White with #6FAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC7A; }
p { color: rgb(111,172,122); }
H1.HeaderClassName
{
color: #6FAC7A;
}
.AnyTagClassName
{
color: #6FAC7A;
}
</style>
background-color css
<style>
a { background-color: #6FAC7A; }
a { background-color: rgb(111,172,122); }
div.DivClassName
{
background-color: #6FAC7A;
}
.BgClassName
{
background-color: #6FAC7A;
}
</style>
border-color css
<style>
span { border-color: #6FAC7A; }
span { border-color: rgb(111,172,122); }
td.TdClassName
{
border-color: #6FAC7A;
}
.TagClassName
{
border-color: #6FAC7A;
}
</style>