Shades of Olive Green #AFB257
Tints of Olive Green #AFB257
RGB
CMYK
RGB Variations
Color information
#AFB257 (or 0xAFB257) is known color: Olive Green. HEX triplet: AF, B2 and 57. RGB value is (175,178,87). Sum of RGB (Red+Green+Blue) = 175+178+87=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB257 is #504DA8. Grayscale: #A7A7A7. Windows color (decimal): -5262761 or 5747375. OLE color: 5747375.
HSL color Cylindrical-coordinate representation of color #AFB257: hue angle of 61.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB257 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 87 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.30 |
| HSL | 61.98º | 0.37% | 0.52% | - |
| HSV(B) | 61.98º | 0.51% | 0.7% | - |
| XYZ | 35.32 | 41.64 | 15.19 | - |
| YUV | 166.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 87 | 0.02 | 0 | 0.51 | 0.30 | 61.98 | 0.37 | 0.52 |
| Hex | AF | B2 | 57 | 2 | 0 | 33 | 1E | 3E | 25 | 34 |
| Octal | 257 | 262 | 127 | 2 | 0 | 63 | 36 | 76 | 45 | 64 |
| Binary | 10101111 | 10110010 | 1010111 | 10 | 0 | 110011 | 11110 | 111110 | 100101 | 110100 |
Color Harmonies of #AFB257
Complementary color
Monochromatic Colors of #AFB257
Black with #AFB257
Text Example
Text Example
White with #AFB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB257; }
p { color: rgb(175,178,87); }
H1.HeaderClassName
{
color: #AFB257;
}
.AnyTagClassName
{
color: #AFB257;
}
</style>
background-color css
<style>
a { background-color: #AFB257; }
a { background-color: rgb(175,178,87); }
div.DivClassName
{
background-color: #AFB257;
}
.BgClassName
{
background-color: #AFB257;
}
</style>
border-color css
<style>
span { border-color: #AFB257; }
span { border-color: rgb(175,178,87); }
td.TdClassName
{
border-color: #AFB257;
}
.TagClassName
{
border-color: #AFB257;
}
</style>