Shades of Olive Green #AFB263
Tints of Olive Green #AFB263
RGB
CMYK
RGB Variations
Color information
#AFB263 (or 0xAFB263) is known color: Olive Green. HEX triplet: AF, B2 and 63. RGB value is (175,178,99). Sum of RGB (Red+Green+Blue) = 175+178+99=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB263 is #504D9C. Grayscale: #A8A8A8. Windows color (decimal): -5262749 or 6533807. OLE color: 6533807.
HSL color Cylindrical-coordinate representation of color #AFB263: hue angle of 62.28º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB263 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 99 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.30 |
| HSL | 62.28º | 0.34% | 0.54% | - |
| HSV(B) | 62.28º | 0.44% | 0.7% | - |
| XYZ | 35.85 | 41.86 | 17.99 | - |
| YUV | 168.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 99 | 0.02 | 0 | 0.44 | 0.30 | 62.28 | 0.34 | 0.54 |
| Hex | AF | B2 | 63 | 2 | 0 | 2C | 1E | 3E | 22 | 36 |
| Octal | 257 | 262 | 143 | 2 | 0 | 54 | 36 | 76 | 42 | 66 |
| Binary | 10101111 | 10110010 | 1100011 | 10 | 0 | 101100 | 11110 | 111110 | 100010 | 110110 |
Color Harmonies of #AFB263
Complementary color
Monochromatic Colors of #AFB263
Black with #AFB263
Text Example
Text Example
White with #AFB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB263; }
p { color: rgb(175,178,99); }
H1.HeaderClassName
{
color: #AFB263;
}
.AnyTagClassName
{
color: #AFB263;
}
</style>
background-color css
<style>
a { background-color: #AFB263; }
a { background-color: rgb(175,178,99); }
div.DivClassName
{
background-color: #AFB263;
}
.BgClassName
{
background-color: #AFB263;
}
</style>
border-color css
<style>
span { border-color: #AFB263; }
span { border-color: rgb(175,178,99); }
td.TdClassName
{
border-color: #AFB263;
}
.TagClassName
{
border-color: #AFB263;
}
</style>