Shades of Olive Green #AFB965
Tints of Olive Green #AFB965
RGB
CMYK
RGB Variations
Color information
#AFB965 (or 0xAFB965) is known color: Olive Green. HEX triplet: AF, B9 and 65. RGB value is (175,185,101). Sum of RGB (Red+Green+Blue) = 175+185+101=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB965 is #50469A. Grayscale: #ACACAC. Windows color (decimal): -5260955 or 6666671. OLE color: 6666671.
HSL color Cylindrical-coordinate representation of color #AFB965: hue angle of 67.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFB965 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 101 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.27 |
| HSL | 67.14º | 0.38% | 0.56% | - |
| HSV(B) | 67.14º | 0.45% | 0.73% | - |
| XYZ | 37.38 | 44.75 | 18.98 | - |
| YUV | 172.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 101 | 0.05 | 0 | 0.45 | 0.27 | 67.14 | 0.38 | 0.56 |
| Hex | AF | B9 | 65 | 5 | 0 | 2D | 1B | 43 | 26 | 38 |
| Octal | 257 | 271 | 145 | 5 | 0 | 55 | 33 | 103 | 46 | 70 |
| Binary | 10101111 | 10111001 | 1100101 | 101 | 0 | 101101 | 11011 | 1000011 | 100110 | 111000 |
Color Harmonies of #AFB965
Complementary color
Monochromatic Colors of #AFB965
Black with #AFB965
Text Example
Text Example
White with #AFB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB965; }
p { color: rgb(175,185,101); }
H1.HeaderClassName
{
color: #AFB965;
}
.AnyTagClassName
{
color: #AFB965;
}
</style>
background-color css
<style>
a { background-color: #AFB965; }
a { background-color: rgb(175,185,101); }
div.DivClassName
{
background-color: #AFB965;
}
.BgClassName
{
background-color: #AFB965;
}
</style>
border-color css
<style>
span { border-color: #AFB965; }
span { border-color: rgb(175,185,101); }
td.TdClassName
{
border-color: #AFB965;
}
.TagClassName
{
border-color: #AFB965;
}
</style>