Shades of Olive Green #AFAE4F
Tints of Olive Green #AFAE4F
RGB
CMYK
RGB Variations
Color information
#AFAE4F (or 0xAFAE4F) is known color: Olive Green. HEX triplet: AF, AE and 4F. RGB value is (175,174,79). Sum of RGB (Red+Green+Blue) = 175+174+79=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE4F is #5051B0. Grayscale: #A3A3A3. Windows color (decimal): -5263793 or 5222063. OLE color: 5222063.
HSL color Cylindrical-coordinate representation of color #AFAE4F: 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 #AFAE4F is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 79 | - |
| 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.23 | 39.95 | 13.3 | - |
| YUV | 163.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 79 | 0 | 0.01 | 0.55 | 0.31 | 59.38 | 0.38 | 0.5 |
| Hex | AF | AE | 4F | 0 | 1 | 37 | 1F | 3B | 26 | 32 |
| Octal | 257 | 256 | 117 | 0 | 1 | 67 | 37 | 73 | 46 | 62 |
| Binary | 10101111 | 10101110 | 1001111 | 0 | 1 | 110111 | 11111 | 111011 | 100110 | 110010 |
Color Harmonies of #AFAE4F
Complementary color
Monochromatic Colors of #AFAE4F
Black with #AFAE4F
Text Example
Text Example
White with #AFAE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE4F; }
p { color: rgb(175,174,79); }
H1.HeaderClassName
{
color: #AFAE4F;
}
.AnyTagClassName
{
color: #AFAE4F;
}
</style>
background-color css
<style>
a { background-color: #AFAE4F; }
a { background-color: rgb(175,174,79); }
div.DivClassName
{
background-color: #AFAE4F;
}
.BgClassName
{
background-color: #AFAE4F;
}
</style>
border-color css
<style>
span { border-color: #AFAE4F; }
span { border-color: rgb(175,174,79); }
td.TdClassName
{
border-color: #AFAE4F;
}
.TagClassName
{
border-color: #AFAE4F;
}
</style>