Shades of Olive Green #AFAE59
Tints of Olive Green #AFAE59
RGB
CMYK
RGB Variations
Color information
#AFAE59 (or 0xAFAE59) is known color: Olive Green. HEX triplet: AF, AE and 59. RGB value is (175,174,89). Sum of RGB (Red+Green+Blue) = 175+174+89=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE59 is #5051A6. Grayscale: #A4A4A4. Windows color (decimal): -5263783 or 5877423. OLE color: 5877423.
HSL color Cylindrical-coordinate representation of color #AFAE59: hue angle of 59.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFAE59 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 89 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.31 |
| HSL | 59.3º | 0.35% | 0.52% | - |
| HSV(B) | 59.3º | 0.49% | 0.69% | - |
| XYZ | 34.62 | 40.11 | 15.37 | - |
| YUV | 164.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 89 | 0 | 0.01 | 0.49 | 0.31 | 59.3 | 0.35 | 0.52 |
| Hex | AF | AE | 59 | 0 | 1 | 31 | 1F | 3B | 23 | 34 |
| Octal | 257 | 256 | 131 | 0 | 1 | 61 | 37 | 73 | 43 | 64 |
| Binary | 10101111 | 10101110 | 1011001 | 0 | 1 | 110001 | 11111 | 111011 | 100011 | 110100 |
Color Harmonies of #AFAE59
Complementary color
Monochromatic Colors of #AFAE59
Black with #AFAE59
Text Example
Text Example
White with #AFAE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE59; }
p { color: rgb(175,174,89); }
H1.HeaderClassName
{
color: #AFAE59;
}
.AnyTagClassName
{
color: #AFAE59;
}
</style>
background-color css
<style>
a { background-color: #AFAE59; }
a { background-color: rgb(175,174,89); }
div.DivClassName
{
background-color: #AFAE59;
}
.BgClassName
{
background-color: #AFAE59;
}
</style>
border-color css
<style>
span { border-color: #AFAE59; }
span { border-color: rgb(175,174,89); }
td.TdClassName
{
border-color: #AFAE59;
}
.TagClassName
{
border-color: #AFAE59;
}
</style>