Shades of Olive Green #AFBC5E
Tints of Olive Green #AFBC5E
RGB
CMYK
RGB Variations
Color information
#AFBC5E (or 0xAFBC5E) is known color: Olive Green. HEX triplet: AF, BC and 5E. RGB value is (175,188,94). Sum of RGB (Red+Green+Blue) = 175+188+94=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5E is #5043A1. Grayscale: #ADADAD. Windows color (decimal): -5260194 or 6208687. OLE color: 6208687.
HSL color Cylindrical-coordinate representation of color #AFBC5E: hue angle of 68.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFBC5E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 175 | 188 | 94 | - |
CMYK | 0.07 | 0 | 0.50 | 0.26 |
HSL | 68.3º | 0.41% | 0.55% | - |
HSV(B) | 68.3º | 0.5% | 0.74% | - |
XYZ | 37.68 | 45.89 | 17.46 | - |
YUV | 173.4 | 83.19 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 188 | 94 | 0.07 | 0 | 0.50 | 0.26 | 68.3 | 0.41 | 0.55 |
Hex | AF | BC | 5E | 7 | 0 | 32 | 1A | 44 | 29 | 37 |
Octal | 257 | 274 | 136 | 7 | 0 | 62 | 32 | 104 | 51 | 67 |
Binary | 10101111 | 10111100 | 1011110 | 111 | 0 | 110010 | 11010 | 1000100 | 101001 | 110111 |
Color Harmonies of #AFBC5E
Complementary color
Monochromatic Colors of #AFBC5E
Black with #AFBC5E
Text Example
Text Example
White with #AFBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC5E; }
p { color: rgb(175,188,94); }
H1.HeaderClassName
{
color: #AFBC5E;
}
.AnyTagClassName
{
color: #AFBC5E;
}
</style>
background-color css
<style>
a { background-color: #AFBC5E; }
a { background-color: rgb(175,188,94); }
div.DivClassName
{
background-color: #AFBC5E;
}
.BgClassName
{
background-color: #AFBC5E;
}
</style>
border-color css
<style>
span { border-color: #AFBC5E; }
span { border-color: rgb(175,188,94); }
td.TdClassName
{
border-color: #AFBC5E;
}
.TagClassName
{
border-color: #AFBC5E;
}
</style>