Shades of Olive Green #AFB166
Tints of Olive Green #AFB166
RGB
CMYK
RGB Variations
Color information
#AFB166 (or 0xAFB166) is known color: Olive Green. HEX triplet: AF, B1 and 66. RGB value is (175,177,102). Sum of RGB (Red+Green+Blue) = 175+177+102=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB166 is #504E99. Grayscale: #A8A8A8. Windows color (decimal): -5263002 or 6730159. OLE color: 6730159.
HSL color Cylindrical-coordinate representation of color #AFB166: hue angle of 61.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFB166 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 102 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.31 |
| HSL | 61.6º | 0.32% | 0.55% | - |
| HSV(B) | 61.6º | 0.42% | 0.69% | - |
| XYZ | 35.8 | 41.52 | 18.7 | - |
| YUV | 167.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 102 | 0.01 | 0 | 0.42 | 0.31 | 61.6 | 0.32 | 0.55 |
| Hex | AF | B1 | 66 | 1 | 0 | 2A | 1F | 3E | 20 | 37 |
| Octal | 257 | 261 | 146 | 1 | 0 | 52 | 37 | 76 | 40 | 67 |
| Binary | 10101111 | 10110001 | 1100110 | 1 | 0 | 101010 | 11111 | 111110 | 100000 | 110111 |
Color Harmonies of #AFB166
Complementary color
Monochromatic Colors of #AFB166
Black with #AFB166
Text Example
Text Example
White with #AFB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB166; }
p { color: rgb(175,177,102); }
H1.HeaderClassName
{
color: #AFB166;
}
.AnyTagClassName
{
color: #AFB166;
}
</style>
background-color css
<style>
a { background-color: #AFB166; }
a { background-color: rgb(175,177,102); }
div.DivClassName
{
background-color: #AFB166;
}
.BgClassName
{
background-color: #AFB166;
}
</style>
border-color css
<style>
span { border-color: #AFB166; }
span { border-color: rgb(175,177,102); }
td.TdClassName
{
border-color: #AFB166;
}
.TagClassName
{
border-color: #AFB166;
}
</style>