Shades of Olive Green #AFB358
Tints of Olive Green #AFB358
RGB
CMYK
RGB Variations
Color information
#AFB358 (or 0xAFB358) is known color: Olive Green. HEX triplet: AF, B3 and 58. RGB value is (175,179,88). Sum of RGB (Red+Green+Blue) = 175+179+88=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB358 is #504CA7. Grayscale: #A7A7A7. Windows color (decimal): -5262504 or 5813167. OLE color: 5813167.
HSL color Cylindrical-coordinate representation of color #AFB358: hue angle of 62.64º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB358 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 88 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.30 |
| HSL | 62.64º | 0.37% | 0.52% | - |
| HSV(B) | 62.64º | 0.51% | 0.7% | - |
| XYZ | 35.56 | 42.06 | 15.48 | - |
| YUV | 167.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 88 | 0.02 | 0 | 0.51 | 0.30 | 62.64 | 0.37 | 0.52 |
| Hex | AF | B3 | 58 | 2 | 0 | 33 | 1E | 3F | 25 | 34 |
| Octal | 257 | 263 | 130 | 2 | 0 | 63 | 36 | 77 | 45 | 64 |
| Binary | 10101111 | 10110011 | 1011000 | 10 | 0 | 110011 | 11110 | 111111 | 100101 | 110100 |
Color Harmonies of #AFB358
Complementary color
Monochromatic Colors of #AFB358
Black with #AFB358
Text Example
Text Example
White with #AFB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB358; }
p { color: rgb(175,179,88); }
H1.HeaderClassName
{
color: #AFB358;
}
.AnyTagClassName
{
color: #AFB358;
}
</style>
background-color css
<style>
a { background-color: #AFB358; }
a { background-color: rgb(175,179,88); }
div.DivClassName
{
background-color: #AFB358;
}
.BgClassName
{
background-color: #AFB358;
}
</style>
border-color css
<style>
span { border-color: #AFB358; }
span { border-color: rgb(175,179,88); }
td.TdClassName
{
border-color: #AFB358;
}
.TagClassName
{
border-color: #AFB358;
}
</style>