Shades of Oxley #6FAC7D
Tints of Oxley #6FAC7D
RGB
CMYK
RGB Variations
Color information
#6FAC7D (or 0x6FAC7D) is known color: Oxley. HEX triplet: 6F, AC and 7D. RGB value is (111,172,125). Sum of RGB (Red+Green+Blue) = 111+172+125=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC7D is #905382. Grayscale: #949494. Windows color (decimal): -9458563 or 8236143. OLE color: 8236143.
HSL color Cylindrical-coordinate representation of color #6FAC7D: hue angle of 133.77º 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 #6FAC7D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 125 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.33 |
| HSL | 133.77º | 0.27% | 0.55% | - |
| HSV(B) | 133.77º | 0.35% | 0.67% | - |
| XYZ | 25.01 | 34.37 | 24.72 | - |
| YUV | 148.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 125 | 0.35 | 0 | 0.27 | 0.33 | 133.77 | 0.27 | 0.55 |
| Hex | 6F | AC | 7D | 23 | 0 | 1B | 21 | 86 | 1B | 37 |
| Octal | 157 | 254 | 175 | 43 | 0 | 33 | 41 | 206 | 33 | 67 |
| Binary | 1101111 | 10101100 | 1111101 | 100011 | 0 | 11011 | 100001 | 10000110 | 11011 | 110111 |
Color Harmonies of #6FAC7D
Complementary color
Monochromatic Colors of #6FAC7D
Black with #6FAC7D
Text Example
Text Example
White with #6FAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC7D; }
p { color: rgb(111,172,125); }
H1.HeaderClassName
{
color: #6FAC7D;
}
.AnyTagClassName
{
color: #6FAC7D;
}
</style>
background-color css
<style>
a { background-color: #6FAC7D; }
a { background-color: rgb(111,172,125); }
div.DivClassName
{
background-color: #6FAC7D;
}
.BgClassName
{
background-color: #6FAC7D;
}
</style>
border-color css
<style>
span { border-color: #6FAC7D; }
span { border-color: rgb(111,172,125); }
td.TdClassName
{
border-color: #6FAC7D;
}
.TagClassName
{
border-color: #6FAC7D;
}
</style>