Shades of Oxley #6FAE7D
Tints of Oxley #6FAE7D
RGB
CMYK
RGB Variations
Color information
#6FAE7D (or 0x6FAE7D) is known color: Oxley. HEX triplet: 6F, AE and 7D. RGB value is (111,174,125). Sum of RGB (Red+Green+Blue) = 111+174+125=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE7D is #905182. Grayscale: #959595. Windows color (decimal): -9458051 or 8236655. OLE color: 8236655.
HSL color Cylindrical-coordinate representation of color #6FAE7D: hue angle of 133.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE7D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 174 | 125 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.32 |
| HSL | 133.33º | 0.28% | 0.56% | - |
| HSV(B) | 133.33º | 0.36% | 0.68% | - |
| XYZ | 25.39 | 35.13 | 24.84 | - |
| YUV | 149.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 125 | 0.36 | 0 | 0.28 | 0.32 | 133.33 | 0.28 | 0.56 |
| Hex | 6F | AE | 7D | 24 | 0 | 1C | 20 | 85 | 1C | 38 |
| Octal | 157 | 256 | 175 | 44 | 0 | 34 | 40 | 205 | 34 | 70 |
| Binary | 1101111 | 10101110 | 1111101 | 100100 | 0 | 11100 | 100000 | 10000101 | 11100 | 111000 |
Color Harmonies of #6FAE7D
Complementary color
Monochromatic Colors of #6FAE7D
Black with #6FAE7D
Text Example
Text Example
White with #6FAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAE7D; }
p { color: rgb(111,174,125); }
H1.HeaderClassName
{
color: #6FAE7D;
}
.AnyTagClassName
{
color: #6FAE7D;
}
</style>
background-color css
<style>
a { background-color: #6FAE7D; }
a { background-color: rgb(111,174,125); }
div.DivClassName
{
background-color: #6FAE7D;
}
.BgClassName
{
background-color: #6FAE7D;
}
</style>
border-color css
<style>
span { border-color: #6FAE7D; }
span { border-color: rgb(111,174,125); }
td.TdClassName
{
border-color: #6FAE7D;
}
.TagClassName
{
border-color: #6FAE7D;
}
</style>