Shades of Olive Green #AFB14D
Tints of Olive Green #AFB14D
RGB
CMYK
RGB Variations
Color information
#AFB14D (or 0xAFB14D) is known color: Olive Green. HEX triplet: AF, B1 and 4D. RGB value is (175,177,77). Sum of RGB (Red+Green+Blue) = 175+177+77=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB14D is #504EB2. Grayscale: #A5A5A5. Windows color (decimal): -5263027 or 5091759. OLE color: 5091759.
HSL color Cylindrical-coordinate representation of color #AFB14D: hue angle of 61.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFB14D is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 77 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.31 |
| HSL | 61.2º | 0.39% | 0.5% | - |
| HSV(B) | 61.2º | 0.56% | 0.69% | - |
| XYZ | 34.74 | 41.09 | 13.12 | - |
| YUV | 165 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 77 | 0.01 | 0 | 0.56 | 0.31 | 61.2 | 0.39 | 0.5 |
| Hex | AF | B1 | 4D | 1 | 0 | 38 | 1F | 3D | 27 | 32 |
| Octal | 257 | 261 | 115 | 1 | 0 | 70 | 37 | 75 | 47 | 62 |
| Binary | 10101111 | 10110001 | 1001101 | 1 | 0 | 111000 | 11111 | 111101 | 100111 | 110010 |
Color Harmonies of #AFB14D
Complementary color
Monochromatic Colors of #AFB14D
Black with #AFB14D
Text Example
Text Example
White with #AFB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB14D; }
p { color: rgb(175,177,77); }
H1.HeaderClassName
{
color: #AFB14D;
}
.AnyTagClassName
{
color: #AFB14D;
}
</style>
background-color css
<style>
a { background-color: #AFB14D; }
a { background-color: rgb(175,177,77); }
div.DivClassName
{
background-color: #AFB14D;
}
.BgClassName
{
background-color: #AFB14D;
}
</style>
border-color css
<style>
span { border-color: #AFB14D; }
span { border-color: rgb(175,177,77); }
td.TdClassName
{
border-color: #AFB14D;
}
.TagClassName
{
border-color: #AFB14D;
}
</style>