Shades of Olive Green #AFBC5D
Tints of Olive Green #AFBC5D
RGB
CMYK
RGB Variations
Color information
#AFBC5D (or 0xAFBC5D) is known color: Olive Green. HEX triplet: AF, BC and 5D. RGB value is (175,188,93). Sum of RGB (Red+Green+Blue) = 175+188+93=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5D is #5043A2. Grayscale: #ADADAD. Windows color (decimal): -5260195 or 6143151. OLE color: 6143151.
HSL color Cylindrical-coordinate representation of color #AFBC5D: hue angle of 68.21º degrees, saturation: 0.41, 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 #AFBC5D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 93 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.26 |
| HSL | 68.21º | 0.41% | 0.55% | - |
| HSV(B) | 68.21º | 0.51% | 0.74% | - |
| XYZ | 37.64 | 45.87 | 17.23 | - |
| YUV | 173.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 93 | 0.07 | 0 | 0.51 | 0.26 | 68.21 | 0.41 | 0.55 |
| Hex | AF | BC | 5D | 7 | 0 | 33 | 1A | 44 | 29 | 37 |
| Octal | 257 | 274 | 135 | 7 | 0 | 63 | 32 | 104 | 51 | 67 |
| Binary | 10101111 | 10111100 | 1011101 | 111 | 0 | 110011 | 11010 | 1000100 | 101001 | 110111 |
Color Harmonies of #AFBC5D
Complementary color
Monochromatic Colors of #AFBC5D
Black with #AFBC5D
Text Example
Text Example
White with #AFBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC5D; }
p { color: rgb(175,188,93); }
H1.HeaderClassName
{
color: #AFBC5D;
}
.AnyTagClassName
{
color: #AFBC5D;
}
</style>
background-color css
<style>
a { background-color: #AFBC5D; }
a { background-color: rgb(175,188,93); }
div.DivClassName
{
background-color: #AFBC5D;
}
.BgClassName
{
background-color: #AFBC5D;
}
</style>
border-color css
<style>
span { border-color: #AFBC5D; }
span { border-color: rgb(175,188,93); }
td.TdClassName
{
border-color: #AFBC5D;
}
.TagClassName
{
border-color: #AFBC5D;
}
</style>