Shades of Olive Green #AFB266
Tints of Olive Green #AFB266
RGB
CMYK
RGB Variations
Color information
#AFB266 (or 0xAFB266) is known color: Olive Green. HEX triplet: AF, B2 and 66. RGB value is (175,178,102). Sum of RGB (Red+Green+Blue) = 175+178+102=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB266 is #504D99. Grayscale: #A8A8A8. Windows color (decimal): -5262746 or 6730415. OLE color: 6730415.
HSL color Cylindrical-coordinate representation of color #AFB266: hue angle of 62.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFB266 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 102 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.30 |
| HSL | 62.37º | 0.33% | 0.55% | - |
| HSV(B) | 62.37º | 0.43% | 0.7% | - |
| XYZ | 36 | 41.91 | 18.76 | - |
| YUV | 168.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 102 | 0.02 | 0 | 0.43 | 0.30 | 62.37 | 0.33 | 0.55 |
| Hex | AF | B2 | 66 | 2 | 0 | 2B | 1E | 3E | 21 | 37 |
| Octal | 257 | 262 | 146 | 2 | 0 | 53 | 36 | 76 | 41 | 67 |
| Binary | 10101111 | 10110010 | 1100110 | 10 | 0 | 101011 | 11110 | 111110 | 100001 | 110111 |
Color Harmonies of #AFB266
Complementary color
Monochromatic Colors of #AFB266
Black with #AFB266
Text Example
Text Example
White with #AFB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB266; }
p { color: rgb(175,178,102); }
H1.HeaderClassName
{
color: #AFB266;
}
.AnyTagClassName
{
color: #AFB266;
}
</style>
background-color css
<style>
a { background-color: #AFB266; }
a { background-color: rgb(175,178,102); }
div.DivClassName
{
background-color: #AFB266;
}
.BgClassName
{
background-color: #AFB266;
}
</style>
border-color css
<style>
span { border-color: #AFB266; }
span { border-color: rgb(175,178,102); }
td.TdClassName
{
border-color: #AFB266;
}
.TagClassName
{
border-color: #AFB266;
}
</style>