Shades of Oxley #6FAC7C
Tints of Oxley #6FAC7C
RGB
CMYK
RGB Variations
Color information
#6FAC7C (or 0x6FAC7C) is known color: Oxley. HEX triplet: 6F, AC and 7C. RGB value is (111,172,124). Sum of RGB (Red+Green+Blue) = 111+172+124=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC7C is #905383. Grayscale: #949494. Windows color (decimal): -9458564 or 8170607. OLE color: 8170607.
HSL color Cylindrical-coordinate representation of color #6FAC7C: hue angle of 132.79º 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 #6FAC7C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 124 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.33 |
| HSL | 132.79º | 0.27% | 0.55% | - |
| HSV(B) | 132.79º | 0.35% | 0.67% | - |
| XYZ | 24.95 | 34.34 | 24.38 | - |
| YUV | 148.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 124 | 0.35 | 0 | 0.28 | 0.33 | 132.79 | 0.27 | 0.55 |
| Hex | 6F | AC | 7C | 23 | 0 | 1C | 21 | 85 | 1B | 37 |
| Octal | 157 | 254 | 174 | 43 | 0 | 34 | 41 | 205 | 33 | 67 |
| Binary | 1101111 | 10101100 | 1111100 | 100011 | 0 | 11100 | 100001 | 10000101 | 11011 | 110111 |
Color Harmonies of #6FAC7C
Complementary color
Monochromatic Colors of #6FAC7C
Black with #6FAC7C
Text Example
Text Example
White with #6FAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC7C; }
p { color: rgb(111,172,124); }
H1.HeaderClassName
{
color: #6FAC7C;
}
.AnyTagClassName
{
color: #6FAC7C;
}
</style>
background-color css
<style>
a { background-color: #6FAC7C; }
a { background-color: rgb(111,172,124); }
div.DivClassName
{
background-color: #6FAC7C;
}
.BgClassName
{
background-color: #6FAC7C;
}
</style>
border-color css
<style>
span { border-color: #6FAC7C; }
span { border-color: rgb(111,172,124); }
td.TdClassName
{
border-color: #6FAC7C;
}
.TagClassName
{
border-color: #6FAC7C;
}
</style>