Shades of Olive Green #AFB157
Tints of Olive Green #AFB157
RGB
CMYK
RGB Variations
Color information
#AFB157 (or 0xAFB157) is known color: Olive Green. HEX triplet: AF, B1 and 57. RGB value is (175,177,87). Sum of RGB (Red+Green+Blue) = 175+177+87=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB157 is #504EA8. Grayscale: #A6A6A6. Windows color (decimal): -5263017 or 5747119. OLE color: 5747119.
HSL color Cylindrical-coordinate representation of color #AFB157: hue angle of 61.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB157 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 87 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.31 |
| HSL | 61.33º | 0.37% | 0.52% | - |
| HSV(B) | 61.33º | 0.51% | 0.69% | - |
| XYZ | 35.12 | 41.25 | 15.13 | - |
| YUV | 166.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 87 | 0.01 | 0 | 0.51 | 0.31 | 61.33 | 0.37 | 0.52 |
| Hex | AF | B1 | 57 | 1 | 0 | 33 | 1F | 3D | 25 | 34 |
| Octal | 257 | 261 | 127 | 1 | 0 | 63 | 37 | 75 | 45 | 64 |
| Binary | 10101111 | 10110001 | 1010111 | 1 | 0 | 110011 | 11111 | 111101 | 100101 | 110100 |
Color Harmonies of #AFB157
Complementary color
Monochromatic Colors of #AFB157
Black with #AFB157
Text Example
Text Example
White with #AFB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB157; }
p { color: rgb(175,177,87); }
H1.HeaderClassName
{
color: #AFB157;
}
.AnyTagClassName
{
color: #AFB157;
}
</style>
background-color css
<style>
a { background-color: #AFB157; }
a { background-color: rgb(175,177,87); }
div.DivClassName
{
background-color: #AFB157;
}
.BgClassName
{
background-color: #AFB157;
}
</style>
border-color css
<style>
span { border-color: #AFB157; }
span { border-color: rgb(175,177,87); }
td.TdClassName
{
border-color: #AFB157;
}
.TagClassName
{
border-color: #AFB157;
}
</style>