Shades of Olive Green #AFB55C
Tints of Olive Green #AFB55C
RGB
CMYK
RGB Variations
Color information
#AFB55C (or 0xAFB55C) is known color: Olive Green. HEX triplet: AF, B5 and 5C. RGB value is (175,181,92). Sum of RGB (Red+Green+Blue) = 175+181+92=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB55C is #504AA3. Grayscale: #A9A9A9. Windows color (decimal): -5261988 or 6075823. OLE color: 6075823.
HSL color Cylindrical-coordinate representation of color #AFB55C: hue angle of 64.04º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFB55C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 92 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.29 |
| HSL | 64.04º | 0.38% | 0.54% | - |
| HSV(B) | 64.04º | 0.49% | 0.71% | - |
| XYZ | 36.13 | 42.93 | 16.51 | - |
| YUV | 169.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 92 | 0.03 | 0 | 0.49 | 0.29 | 64.04 | 0.38 | 0.54 |
| Hex | AF | B5 | 5C | 3 | 0 | 31 | 1D | 40 | 26 | 36 |
| Octal | 257 | 265 | 134 | 3 | 0 | 61 | 35 | 100 | 46 | 66 |
| Binary | 10101111 | 10110101 | 1011100 | 11 | 0 | 110001 | 11101 | 1000000 | 100110 | 110110 |
Color Harmonies of #AFB55C
Complementary color
Monochromatic Colors of #AFB55C
Black with #AFB55C
Text Example
Text Example
White with #AFB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB55C; }
p { color: rgb(175,181,92); }
H1.HeaderClassName
{
color: #AFB55C;
}
.AnyTagClassName
{
color: #AFB55C;
}
</style>
background-color css
<style>
a { background-color: #AFB55C; }
a { background-color: rgb(175,181,92); }
div.DivClassName
{
background-color: #AFB55C;
}
.BgClassName
{
background-color: #AFB55C;
}
</style>
border-color css
<style>
span { border-color: #AFB55C; }
span { border-color: rgb(175,181,92); }
td.TdClassName
{
border-color: #AFB55C;
}
.TagClassName
{
border-color: #AFB55C;
}
</style>