Shades of Olive Green #AFB557
Tints of Olive Green #AFB557
RGB
CMYK
RGB Variations
Color information
#AFB557 (or 0xAFB557) is known color: Olive Green. HEX triplet: AF, B5 and 57. RGB value is (175,181,87). Sum of RGB (Red+Green+Blue) = 175+181+87=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB557 is #504AA8. Grayscale: #A8A8A8. Windows color (decimal): -5261993 or 5748143. OLE color: 5748143.
HSL color Cylindrical-coordinate representation of color #AFB557: hue angle of 63.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB557 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 87 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.29 |
| HSL | 63.83º | 0.39% | 0.53% | - |
| HSV(B) | 63.83º | 0.52% | 0.71% | - |
| XYZ | 35.92 | 42.85 | 15.39 | - |
| YUV | 168.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 87 | 0.03 | 0 | 0.52 | 0.29 | 63.83 | 0.39 | 0.53 |
| Hex | AF | B5 | 57 | 3 | 0 | 34 | 1D | 40 | 27 | 35 |
| Octal | 257 | 265 | 127 | 3 | 0 | 64 | 35 | 100 | 47 | 65 |
| Binary | 10101111 | 10110101 | 1010111 | 11 | 0 | 110100 | 11101 | 1000000 | 100111 | 110101 |
Color Harmonies of #AFB557
Complementary color
Monochromatic Colors of #AFB557
Black with #AFB557
Text Example
Text Example
White with #AFB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB557; }
p { color: rgb(175,181,87); }
H1.HeaderClassName
{
color: #AFB557;
}
.AnyTagClassName
{
color: #AFB557;
}
</style>
background-color css
<style>
a { background-color: #AFB557; }
a { background-color: rgb(175,181,87); }
div.DivClassName
{
background-color: #AFB557;
}
.BgClassName
{
background-color: #AFB557;
}
</style>
border-color css
<style>
span { border-color: #AFB557; }
span { border-color: rgb(175,181,87); }
td.TdClassName
{
border-color: #AFB557;
}
.TagClassName
{
border-color: #AFB557;
}
</style>