Shades of Olive Green #AFAE4E
Tints of Olive Green #AFAE4E
RGB
CMYK
RGB Variations
Color information
#AFAE4E (or 0xAFAE4E) is known color: Olive Green. HEX triplet: AF, AE and 4E. RGB value is (175,174,78). Sum of RGB (Red+Green+Blue) = 175+174+78=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE4E is #5051B1. Grayscale: #A3A3A3. Windows color (decimal): -5263794 or 5156527. OLE color: 5156527.
HSL color Cylindrical-coordinate representation of color #AFAE4E: hue angle of 59.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFAE4E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 78 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.31 |
| HSL | 59.38º | 0.38% | 0.5% | - |
| HSV(B) | 59.38º | 0.55% | 0.69% | - |
| XYZ | 34.19 | 39.94 | 13.11 | - |
| YUV | 163.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 78 | 0 | 0.01 | 0.55 | 0.31 | 59.38 | 0.38 | 0.5 |
| Hex | AF | AE | 4E | 0 | 1 | 37 | 1F | 3B | 26 | 32 |
| Octal | 257 | 256 | 116 | 0 | 1 | 67 | 37 | 73 | 46 | 62 |
| Binary | 10101111 | 10101110 | 1001110 | 0 | 1 | 110111 | 11111 | 111011 | 100110 | 110010 |
Color Harmonies of #AFAE4E
Complementary color
Monochromatic Colors of #AFAE4E
Black with #AFAE4E
Text Example
Text Example
White with #AFAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE4E; }
p { color: rgb(175,174,78); }
H1.HeaderClassName
{
color: #AFAE4E;
}
.AnyTagClassName
{
color: #AFAE4E;
}
</style>
background-color css
<style>
a { background-color: #AFAE4E; }
a { background-color: rgb(175,174,78); }
div.DivClassName
{
background-color: #AFAE4E;
}
.BgClassName
{
background-color: #AFAE4E;
}
</style>
border-color css
<style>
span { border-color: #AFAE4E; }
span { border-color: rgb(175,174,78); }
td.TdClassName
{
border-color: #AFAE4E;
}
.TagClassName
{
border-color: #AFAE4E;
}
</style>