Shades of Olive Green #AFB255
Tints of Olive Green #AFB255
RGB
CMYK
RGB Variations
Color information
#AFB255 (or 0xAFB255) is known color: Olive Green. HEX triplet: AF, B2 and 55. RGB value is (175,178,85). Sum of RGB (Red+Green+Blue) = 175+178+85=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB255 is #504DAA. Grayscale: #A6A6A6. Windows color (decimal): -5262763 or 5616303. OLE color: 5616303.
HSL color Cylindrical-coordinate representation of color #AFB255: hue angle of 61.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB255 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 85 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.30 |
| HSL | 61.94º | 0.38% | 0.52% | - |
| HSV(B) | 61.94º | 0.52% | 0.7% | - |
| XYZ | 35.24 | 41.61 | 14.77 | - |
| YUV | 166.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 85 | 0.02 | 0 | 0.52 | 0.30 | 61.94 | 0.38 | 0.52 |
| Hex | AF | B2 | 55 | 2 | 0 | 34 | 1E | 3E | 26 | 34 |
| Octal | 257 | 262 | 125 | 2 | 0 | 64 | 36 | 76 | 46 | 64 |
| Binary | 10101111 | 10110010 | 1010101 | 10 | 0 | 110100 | 11110 | 111110 | 100110 | 110100 |
Color Harmonies of #AFB255
Complementary color
Monochromatic Colors of #AFB255
Black with #AFB255
Text Example
Text Example
White with #AFB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB255; }
p { color: rgb(175,178,85); }
H1.HeaderClassName
{
color: #AFB255;
}
.AnyTagClassName
{
color: #AFB255;
}
</style>
background-color css
<style>
a { background-color: #AFB255; }
a { background-color: rgb(175,178,85); }
div.DivClassName
{
background-color: #AFB255;
}
.BgClassName
{
background-color: #AFB255;
}
</style>
border-color css
<style>
span { border-color: #AFB255; }
span { border-color: rgb(175,178,85); }
td.TdClassName
{
border-color: #AFB255;
}
.TagClassName
{
border-color: #AFB255;
}
</style>