Shades of Olive Green #AFAE65
Tints of Olive Green #AFAE65
RGB
CMYK
RGB Variations
Color information
#AFAE65 (or 0xAFAE65) is known color: Olive Green. HEX triplet: AF, AE and 65. RGB value is (175,174,101). Sum of RGB (Red+Green+Blue) = 175+174+101=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE65 is #50519A. Grayscale: #A6A6A6. Windows color (decimal): -5263771 or 6663855. OLE color: 6663855.
HSL color Cylindrical-coordinate representation of color #AFAE65: hue angle of 59.19º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFAE65 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 101 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.31 |
| HSL | 59.19º | 0.32% | 0.54% | - |
| HSV(B) | 59.19º | 0.42% | 0.69% | - |
| XYZ | 35.16 | 40.33 | 18.24 | - |
| YUV | 165.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 101 | 0 | 0.01 | 0.42 | 0.31 | 59.19 | 0.32 | 0.54 |
| Hex | AF | AE | 65 | 0 | 1 | 2A | 1F | 3B | 20 | 36 |
| Octal | 257 | 256 | 145 | 0 | 1 | 52 | 37 | 73 | 40 | 66 |
| Binary | 10101111 | 10101110 | 1100101 | 0 | 1 | 101010 | 11111 | 111011 | 100000 | 110110 |
Color Harmonies of #AFAE65
Complementary color
Monochromatic Colors of #AFAE65
Black with #AFAE65
Text Example
Text Example
White with #AFAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE65; }
p { color: rgb(175,174,101); }
H1.HeaderClassName
{
color: #AFAE65;
}
.AnyTagClassName
{
color: #AFAE65;
}
</style>
background-color css
<style>
a { background-color: #AFAE65; }
a { background-color: rgb(175,174,101); }
div.DivClassName
{
background-color: #AFAE65;
}
.BgClassName
{
background-color: #AFAE65;
}
</style>
border-color css
<style>
span { border-color: #AFAE65; }
span { border-color: rgb(175,174,101); }
td.TdClassName
{
border-color: #AFAE65;
}
.TagClassName
{
border-color: #AFAE65;
}
</style>