Shades of Olive Green #AFBD5E
Tints of Olive Green #AFBD5E
RGB
CMYK
RGB Variations
Color information
#AFBD5E (or 0xAFBD5E) is known color: Olive Green. HEX triplet: AF, BD and 5E. RGB value is (175,189,94). Sum of RGB (Red+Green+Blue) = 175+189+94=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD5E is #5042A1. Grayscale: #AEAEAE. Windows color (decimal): -5259938 or 6208943. OLE color: 6208943.
HSL color Cylindrical-coordinate representation of color #AFBD5E: hue angle of 68.84º degrees, saturation: 0.42, 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 #AFBD5E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 94 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.26 |
| HSL | 68.84º | 0.42% | 0.55% | - |
| HSV(B) | 68.84º | 0.5% | 0.74% | - |
| XYZ | 37.9 | 46.32 | 17.53 | - |
| YUV | 173.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 94 | 0.07 | 0 | 0.50 | 0.26 | 68.84 | 0.42 | 0.55 |
| Hex | AF | BD | 5E | 7 | 0 | 32 | 1A | 45 | 2A | 37 |
| Octal | 257 | 275 | 136 | 7 | 0 | 62 | 32 | 105 | 52 | 67 |
| Binary | 10101111 | 10111101 | 1011110 | 111 | 0 | 110010 | 11010 | 1000101 | 101010 | 110111 |
Color Harmonies of #AFBD5E
Complementary color
Monochromatic Colors of #AFBD5E
Black with #AFBD5E
Text Example
Text Example
White with #AFBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD5E; }
p { color: rgb(175,189,94); }
H1.HeaderClassName
{
color: #AFBD5E;
}
.AnyTagClassName
{
color: #AFBD5E;
}
</style>
background-color css
<style>
a { background-color: #AFBD5E; }
a { background-color: rgb(175,189,94); }
div.DivClassName
{
background-color: #AFBD5E;
}
.BgClassName
{
background-color: #AFBD5E;
}
</style>
border-color css
<style>
span { border-color: #AFBD5E; }
span { border-color: rgb(175,189,94); }
td.TdClassName
{
border-color: #AFBD5E;
}
.TagClassName
{
border-color: #AFBD5E;
}
</style>