Shades of Olive Green #AFB85D
Tints of Olive Green #AFB85D
RGB
CMYK
RGB Variations
Color information
#AFB85D (or 0xAFB85D) is known color: Olive Green. HEX triplet: AF, B8 and 5D. RGB value is (175,184,93). Sum of RGB (Red+Green+Blue) = 175+184+93=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85D is #5047A2. Grayscale: #ABABAB. Windows color (decimal): -5261219 or 6142127. OLE color: 6142127.
HSL color Cylindrical-coordinate representation of color #AFB85D: hue angle of 65.93º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFB85D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 93 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.28 |
| HSL | 65.93º | 0.39% | 0.54% | - |
| HSV(B) | 65.93º | 0.49% | 0.72% | - |
| XYZ | 36.8 | 44.19 | 16.95 | - |
| YUV | 170.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 93 | 0.05 | 0 | 0.49 | 0.28 | 65.93 | 0.39 | 0.54 |
| Hex | AF | B8 | 5D | 5 | 0 | 31 | 1C | 42 | 27 | 36 |
| Octal | 257 | 270 | 135 | 5 | 0 | 61 | 34 | 102 | 47 | 66 |
| Binary | 10101111 | 10111000 | 1011101 | 101 | 0 | 110001 | 11100 | 1000010 | 100111 | 110110 |
Color Harmonies of #AFB85D
Complementary color
Monochromatic Colors of #AFB85D
Black with #AFB85D
Text Example
Text Example
White with #AFB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB85D; }
p { color: rgb(175,184,93); }
H1.HeaderClassName
{
color: #AFB85D;
}
.AnyTagClassName
{
color: #AFB85D;
}
</style>
background-color css
<style>
a { background-color: #AFB85D; }
a { background-color: rgb(175,184,93); }
div.DivClassName
{
background-color: #AFB85D;
}
.BgClassName
{
background-color: #AFB85D;
}
</style>
border-color css
<style>
span { border-color: #AFB85D; }
span { border-color: rgb(175,184,93); }
td.TdClassName
{
border-color: #AFB85D;
}
.TagClassName
{
border-color: #AFB85D;
}
</style>