Shades of Olive Green #AFB053
Tints of Olive Green #AFB053
RGB
CMYK
RGB Variations
Color information
#AFB053 (or 0xAFB053) is known color: Olive Green. HEX triplet: AF, B0 and 53. RGB value is (175,176,83). Sum of RGB (Red+Green+Blue) = 175+176+83=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB053 is #504FAC. Grayscale: #A5A5A5. Windows color (decimal): -5263277 or 5484719. OLE color: 5484719.
HSL color Cylindrical-coordinate representation of color #AFB053: hue angle of 60.65º 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 #AFB053 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 83 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.31 |
| HSL | 60.65º | 0.37% | 0.51% | - |
| HSV(B) | 60.65º | 0.53% | 0.69% | - |
| XYZ | 34.77 | 40.79 | 14.22 | - |
| YUV | 165.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 83 | 0.01 | 0 | 0.53 | 0.31 | 60.65 | 0.37 | 0.51 |
| Hex | AF | B0 | 53 | 1 | 0 | 35 | 1F | 3D | 25 | 33 |
| Octal | 257 | 260 | 123 | 1 | 0 | 65 | 37 | 75 | 45 | 63 |
| Binary | 10101111 | 10110000 | 1010011 | 1 | 0 | 110101 | 11111 | 111101 | 100101 | 110011 |
Color Harmonies of #AFB053
Complementary color
Monochromatic Colors of #AFB053
Black with #AFB053
Text Example
Text Example
White with #AFB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB053; }
p { color: rgb(175,176,83); }
H1.HeaderClassName
{
color: #AFB053;
}
.AnyTagClassName
{
color: #AFB053;
}
</style>
background-color css
<style>
a { background-color: #AFB053; }
a { background-color: rgb(175,176,83); }
div.DivClassName
{
background-color: #AFB053;
}
.BgClassName
{
background-color: #AFB053;
}
</style>
border-color css
<style>
span { border-color: #AFB053; }
span { border-color: rgb(175,176,83); }
td.TdClassName
{
border-color: #AFB053;
}
.TagClassName
{
border-color: #AFB053;
}
</style>