Shades of Olive Green #AFBB5E
Tints of Olive Green #AFBB5E
RGB
CMYK
RGB Variations
Color information
#AFBB5E (or 0xAFBB5E) is known color: Olive Green. HEX triplet: AF, BB and 5E. RGB value is (175,187,94). Sum of RGB (Red+Green+Blue) = 175+187+94=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB5E is #5044A1. Grayscale: #ADADAD. Windows color (decimal): -5260450 or 6208431. OLE color: 6208431.
HSL color Cylindrical-coordinate representation of color #AFBB5E: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFBB5E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 187 | 94 | - |
CMYK | 0.06 | 0 | 0.50 | 0.27 |
HSL | 67.74º | 0.41% | 0.55% | - |
HSV(B) | 67.74º | 0.5% | 0.73% | - |
XYZ | 37.47 | 45.46 | 17.39 | - |
YUV | 172.81 | 83.52 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 187 | 94 | 0.06 | 0 | 0.50 | 0.27 | 67.74 | 0.41 | 0.55 |
Hex | AF | BB | 5E | 6 | 0 | 32 | 1B | 44 | 29 | 37 |
Octal | 257 | 273 | 136 | 6 | 0 | 62 | 33 | 104 | 51 | 67 |
Binary | 10101111 | 10111011 | 1011110 | 110 | 0 | 110010 | 11011 | 1000100 | 101001 | 110111 |
Color Harmonies of #AFBB5E
Complementary color
Monochromatic Colors of #AFBB5E
Black with #AFBB5E
Text Example
Text Example
White with #AFBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB5E; }
p { color: rgb(175,187,94); }
H1.HeaderClassName
{
color: #AFBB5E;
}
.AnyTagClassName
{
color: #AFBB5E;
}
</style>
background-color css
<style>
a { background-color: #AFBB5E; }
a { background-color: rgb(175,187,94); }
div.DivClassName
{
background-color: #AFBB5E;
}
.BgClassName
{
background-color: #AFBB5E;
}
</style>
border-color css
<style>
span { border-color: #AFBB5E; }
span { border-color: rgb(175,187,94); }
td.TdClassName
{
border-color: #AFBB5E;
}
.TagClassName
{
border-color: #AFBB5E;
}
</style>