Shades of Olive Green #AFB354
Tints of Olive Green #AFB354
RGB
CMYK
RGB Variations
Color information
#AFB354 (or 0xAFB354) is known color: Olive Green. HEX triplet: AF, B3 and 54. RGB value is (175,179,84). Sum of RGB (Red+Green+Blue) = 175+179+84=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB354 is #504CAB. Grayscale: #A7A7A7. Windows color (decimal): -5262508 or 5551023. OLE color: 5551023.
HSL color Cylindrical-coordinate representation of color #AFB354: hue angle of 62.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFB354 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 84 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.30 |
| HSL | 62.53º | 0.38% | 0.52% | - |
| HSV(B) | 62.53º | 0.53% | 0.7% | - |
| XYZ | 35.4 | 41.99 | 14.63 | - |
| YUV | 166.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 84 | 0.02 | 0 | 0.53 | 0.30 | 62.53 | 0.38 | 0.52 |
| Hex | AF | B3 | 54 | 2 | 0 | 35 | 1E | 3F | 26 | 34 |
| Octal | 257 | 263 | 124 | 2 | 0 | 65 | 36 | 77 | 46 | 64 |
| Binary | 10101111 | 10110011 | 1010100 | 10 | 0 | 110101 | 11110 | 111111 | 100110 | 110100 |
Color Harmonies of #AFB354
Complementary color
Monochromatic Colors of #AFB354
Black with #AFB354
Text Example
Text Example
White with #AFB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB354; }
p { color: rgb(175,179,84); }
H1.HeaderClassName
{
color: #AFB354;
}
.AnyTagClassName
{
color: #AFB354;
}
</style>
background-color css
<style>
a { background-color: #AFB354; }
a { background-color: rgb(175,179,84); }
div.DivClassName
{
background-color: #AFB354;
}
.BgClassName
{
background-color: #AFB354;
}
</style>
border-color css
<style>
span { border-color: #AFB354; }
span { border-color: rgb(175,179,84); }
td.TdClassName
{
border-color: #AFB354;
}
.TagClassName
{
border-color: #AFB354;
}
</style>