Shades of Olive Green #AFB065
Tints of Olive Green #AFB065
RGB
CMYK
RGB Variations
Color information
#AFB065 (or 0xAFB065) is known color: Olive Green. HEX triplet: AF, B0 and 65. RGB value is (175,176,101). Sum of RGB (Red+Green+Blue) = 175+176+101=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB065 is #504F9A. Grayscale: #A7A7A7. Windows color (decimal): -5263259 or 6664367. OLE color: 6664367.
HSL color Cylindrical-coordinate representation of color #AFB065: hue angle of 60.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFB065 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 101 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.31 |
| HSL | 60.8º | 0.32% | 0.54% | - |
| HSV(B) | 60.8º | 0.43% | 0.69% | - |
| XYZ | 35.55 | 41.1 | 18.37 | - |
| YUV | 167.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 101 | 0.01 | 0 | 0.43 | 0.31 | 60.8 | 0.32 | 0.54 |
| Hex | AF | B0 | 65 | 1 | 0 | 2B | 1F | 3D | 20 | 36 |
| Octal | 257 | 260 | 145 | 1 | 0 | 53 | 37 | 75 | 40 | 66 |
| Binary | 10101111 | 10110000 | 1100101 | 1 | 0 | 101011 | 11111 | 111101 | 100000 | 110110 |
Color Harmonies of #AFB065
Complementary color
Monochromatic Colors of #AFB065
Black with #AFB065
Text Example
Text Example
White with #AFB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB065; }
p { color: rgb(175,176,101); }
H1.HeaderClassName
{
color: #AFB065;
}
.AnyTagClassName
{
color: #AFB065;
}
</style>
background-color css
<style>
a { background-color: #AFB065; }
a { background-color: rgb(175,176,101); }
div.DivClassName
{
background-color: #AFB065;
}
.BgClassName
{
background-color: #AFB065;
}
</style>
border-color css
<style>
span { border-color: #AFB065; }
span { border-color: rgb(175,176,101); }
td.TdClassName
{
border-color: #AFB065;
}
.TagClassName
{
border-color: #AFB065;
}
</style>