Shades of Olive Green #AFB353
Tints of Olive Green #AFB353
RGB
CMYK
RGB Variations
Color information
#AFB353 (or 0xAFB353) is known color: Olive Green. HEX triplet: AF, B3 and 53. RGB value is (175,179,83). Sum of RGB (Red+Green+Blue) = 175+179+83=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB353 is #504CAC. Grayscale: #A7A7A7. Windows color (decimal): -5262509 or 5485487. OLE color: 5485487.
HSL color Cylindrical-coordinate representation of color #AFB353: hue angle of 62.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFB353 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 83 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.30 |
| HSL | 62.5º | 0.39% | 0.51% | - |
| HSV(B) | 62.5º | 0.54% | 0.7% | - |
| XYZ | 35.36 | 41.98 | 14.42 | - |
| YUV | 166.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 83 | 0.02 | 0 | 0.54 | 0.30 | 62.5 | 0.39 | 0.51 |
| Hex | AF | B3 | 53 | 2 | 0 | 36 | 1E | 3F | 27 | 33 |
| Octal | 257 | 263 | 123 | 2 | 0 | 66 | 36 | 77 | 47 | 63 |
| Binary | 10101111 | 10110011 | 1010011 | 10 | 0 | 110110 | 11110 | 111111 | 100111 | 110011 |
Color Harmonies of #AFB353
Complementary color
Monochromatic Colors of #AFB353
Black with #AFB353
Text Example
Text Example
White with #AFB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB353; }
p { color: rgb(175,179,83); }
H1.HeaderClassName
{
color: #AFB353;
}
.AnyTagClassName
{
color: #AFB353;
}
</style>
background-color css
<style>
a { background-color: #AFB353; }
a { background-color: rgb(175,179,83); }
div.DivClassName
{
background-color: #AFB353;
}
.BgClassName
{
background-color: #AFB353;
}
</style>
border-color css
<style>
span { border-color: #AFB353; }
span { border-color: rgb(175,179,83); }
td.TdClassName
{
border-color: #AFB353;
}
.TagClassName
{
border-color: #AFB353;
}
</style>