Shades of Olive Green #AFB958
Tints of Olive Green #AFB958
RGB
CMYK
RGB Variations
Color information
#AFB958 (or 0xAFB958) is known color: Olive Green. HEX triplet: AF, B9 and 58. RGB value is (175,185,88). Sum of RGB (Red+Green+Blue) = 175+185+88=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB958 is #5046A7. Grayscale: #ABABAB. Windows color (decimal): -5260968 or 5814703. OLE color: 5814703.
HSL color Cylindrical-coordinate representation of color #AFB958: hue angle of 66.19º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB958 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 88 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.27 |
| HSL | 66.19º | 0.41% | 0.54% | - |
| HSV(B) | 66.19º | 0.52% | 0.73% | - |
| XYZ | 36.79 | 44.52 | 15.89 | - |
| YUV | 170.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 88 | 0.05 | 0 | 0.52 | 0.27 | 66.19 | 0.41 | 0.54 |
| Hex | AF | B9 | 58 | 5 | 0 | 34 | 1B | 42 | 29 | 36 |
| Octal | 257 | 271 | 130 | 5 | 0 | 64 | 33 | 102 | 51 | 66 |
| Binary | 10101111 | 10111001 | 1011000 | 101 | 0 | 110100 | 11011 | 1000010 | 101001 | 110110 |
Color Harmonies of #AFB958
Complementary color
Monochromatic Colors of #AFB958
Black with #AFB958
Text Example
Text Example
White with #AFB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB958; }
p { color: rgb(175,185,88); }
H1.HeaderClassName
{
color: #AFB958;
}
.AnyTagClassName
{
color: #AFB958;
}
</style>
background-color css
<style>
a { background-color: #AFB958; }
a { background-color: rgb(175,185,88); }
div.DivClassName
{
background-color: #AFB958;
}
.BgClassName
{
background-color: #AFB958;
}
</style>
border-color css
<style>
span { border-color: #AFB958; }
span { border-color: rgb(175,185,88); }
td.TdClassName
{
border-color: #AFB958;
}
.TagClassName
{
border-color: #AFB958;
}
</style>