Shades of Olive Green #AFB155
Tints of Olive Green #AFB155
RGB
CMYK
RGB Variations
Color information
#AFB155 (or 0xAFB155) is known color: Olive Green. HEX triplet: AF, B1 and 55. RGB value is (175,177,85). Sum of RGB (Red+Green+Blue) = 175+177+85=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB155 is #504EAA. Grayscale: #A6A6A6. Windows color (decimal): -5263019 or 5616047. OLE color: 5616047.
HSL color Cylindrical-coordinate representation of color #AFB155: hue angle of 61.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB155 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 85 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.31 |
| HSL | 61.3º | 0.37% | 0.51% | - |
| HSV(B) | 61.3º | 0.52% | 0.69% | - |
| XYZ | 35.04 | 41.21 | 14.7 | - |
| YUV | 165.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 85 | 0.01 | 0 | 0.52 | 0.31 | 61.3 | 0.37 | 0.51 |
| Hex | AF | B1 | 55 | 1 | 0 | 34 | 1F | 3D | 25 | 33 |
| Octal | 257 | 261 | 125 | 1 | 0 | 64 | 37 | 75 | 45 | 63 |
| Binary | 10101111 | 10110001 | 1010101 | 1 | 0 | 110100 | 11111 | 111101 | 100101 | 110011 |
Color Harmonies of #AFB155
Complementary color
Monochromatic Colors of #AFB155
Black with #AFB155
Text Example
Text Example
White with #AFB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB155; }
p { color: rgb(175,177,85); }
H1.HeaderClassName
{
color: #AFB155;
}
.AnyTagClassName
{
color: #AFB155;
}
</style>
background-color css
<style>
a { background-color: #AFB155; }
a { background-color: rgb(175,177,85); }
div.DivClassName
{
background-color: #AFB155;
}
.BgClassName
{
background-color: #AFB155;
}
</style>
border-color css
<style>
span { border-color: #AFB155; }
span { border-color: rgb(175,177,85); }
td.TdClassName
{
border-color: #AFB155;
}
.TagClassName
{
border-color: #AFB155;
}
</style>