Shades of Olive Green #AFB366
Tints of Olive Green #AFB366
RGB
CMYK
RGB Variations
Color information
#AFB366 (or 0xAFB366) is known color: Olive Green. HEX triplet: AF, B3 and 66. RGB value is (175,179,102). Sum of RGB (Red+Green+Blue) = 175+179+102=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB366 is #504C99. Grayscale: #A9A9A9. Windows color (decimal): -5262490 or 6730671. OLE color: 6730671.
HSL color Cylindrical-coordinate representation of color #AFB366: hue angle of 63.12º degrees, saturation: 0.34, 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 #AFB366 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 102 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.30 |
| HSL | 63.12º | 0.34% | 0.55% | - |
| HSV(B) | 63.12º | 0.43% | 0.7% | - |
| XYZ | 36.2 | 42.31 | 18.83 | - |
| YUV | 169.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 102 | 0.02 | 0 | 0.43 | 0.30 | 63.12 | 0.34 | 0.55 |
| Hex | AF | B3 | 66 | 2 | 0 | 2B | 1E | 3F | 22 | 37 |
| Octal | 257 | 263 | 146 | 2 | 0 | 53 | 36 | 77 | 42 | 67 |
| Binary | 10101111 | 10110011 | 1100110 | 10 | 0 | 101011 | 11110 | 111111 | 100010 | 110111 |
Color Harmonies of #AFB366
Complementary color
Monochromatic Colors of #AFB366
Black with #AFB366
Text Example
Text Example
White with #AFB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB366; }
p { color: rgb(175,179,102); }
H1.HeaderClassName
{
color: #AFB366;
}
.AnyTagClassName
{
color: #AFB366;
}
</style>
background-color css
<style>
a { background-color: #AFB366; }
a { background-color: rgb(175,179,102); }
div.DivClassName
{
background-color: #AFB366;
}
.BgClassName
{
background-color: #AFB366;
}
</style>
border-color css
<style>
span { border-color: #AFB366; }
span { border-color: rgb(175,179,102); }
td.TdClassName
{
border-color: #AFB366;
}
.TagClassName
{
border-color: #AFB366;
}
</style>