Shades of Olive Green #AFA753
Tints of Olive Green #AFA753
RGB
CMYK
RGB Variations
Color information
#AFA753 (or 0xAFA753) is known color: Olive Green. HEX triplet: AF, A7 and 53. RGB value is (175,167,83). Sum of RGB (Red+Green+Blue) = 175+167+83=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA753 is #5058AC. Grayscale: #A0A0A0. Windows color (decimal): -5265581 or 5482415. OLE color: 5482415.
HSL color Cylindrical-coordinate representation of color #AFA753: hue angle of 54.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA753 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 83 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.31 |
| HSL | 54.78º | 0.37% | 0.51% | - |
| HSV(B) | 54.78º | 0.53% | 0.69% | - |
| XYZ | 33.06 | 37.38 | 13.66 | - |
| YUV | 159.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 83 | 0 | 0.05 | 0.53 | 0.31 | 54.78 | 0.37 | 0.51 |
| Hex | AF | A7 | 53 | 0 | 5 | 35 | 1F | 37 | 25 | 33 |
| Octal | 257 | 247 | 123 | 0 | 5 | 65 | 37 | 67 | 45 | 63 |
| Binary | 10101111 | 10100111 | 1010011 | 0 | 101 | 110101 | 11111 | 110111 | 100101 | 110011 |
Color Harmonies of #AFA753
Complementary color
Monochromatic Colors of #AFA753
Black with #AFA753
Text Example
Text Example
White with #AFA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA753; }
p { color: rgb(175,167,83); }
H1.HeaderClassName
{
color: #AFA753;
}
.AnyTagClassName
{
color: #AFA753;
}
</style>
background-color css
<style>
a { background-color: #AFA753; }
a { background-color: rgb(175,167,83); }
div.DivClassName
{
background-color: #AFA753;
}
.BgClassName
{
background-color: #AFA753;
}
</style>
border-color css
<style>
span { border-color: #AFA753; }
span { border-color: rgb(175,167,83); }
td.TdClassName
{
border-color: #AFA753;
}
.TagClassName
{
border-color: #AFA753;
}
</style>