Shades of Olive Green #AFBC5C
Tints of Olive Green #AFBC5C
RGB
CMYK
RGB Variations
Color information
#AFBC5C (or 0xAFBC5C) is known color: Olive Green. HEX triplet: AF, BC and 5C. RGB value is (175,188,92). Sum of RGB (Red+Green+Blue) = 175+188+92=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5C is #5043A3. Grayscale: #ADADAD. Windows color (decimal): -5260196 or 6077615. OLE color: 6077615.
HSL color Cylindrical-coordinate representation of color #AFBC5C: hue angle of 68.13º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFBC5C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 92 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.26 |
| HSL | 68.13º | 0.42% | 0.55% | - |
| HSV(B) | 68.13º | 0.51% | 0.74% | - |
| XYZ | 37.59 | 45.85 | 16.99 | - |
| YUV | 173.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 92 | 0.07 | 0 | 0.51 | 0.26 | 68.13 | 0.42 | 0.55 |
| Hex | AF | BC | 5C | 7 | 0 | 33 | 1A | 44 | 2A | 37 |
| Octal | 257 | 274 | 134 | 7 | 0 | 63 | 32 | 104 | 52 | 67 |
| Binary | 10101111 | 10111100 | 1011100 | 111 | 0 | 110011 | 11010 | 1000100 | 101010 | 110111 |
Color Harmonies of #AFBC5C
Complementary color
Monochromatic Colors of #AFBC5C
Black with #AFBC5C
Text Example
Text Example
White with #AFBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC5C; }
p { color: rgb(175,188,92); }
H1.HeaderClassName
{
color: #AFBC5C;
}
.AnyTagClassName
{
color: #AFBC5C;
}
</style>
background-color css
<style>
a { background-color: #AFBC5C; }
a { background-color: rgb(175,188,92); }
div.DivClassName
{
background-color: #AFBC5C;
}
.BgClassName
{
background-color: #AFBC5C;
}
</style>
border-color css
<style>
span { border-color: #AFBC5C; }
span { border-color: rgb(175,188,92); }
td.TdClassName
{
border-color: #AFBC5C;
}
.TagClassName
{
border-color: #AFBC5C;
}
</style>