Shades of Olive Green #AFB566
Tints of Olive Green #AFB566
RGB
CMYK
RGB Variations
Color information
#AFB566 (or 0xAFB566) is known color: Olive Green. HEX triplet: AF, B5 and 66. RGB value is (175,181,102). Sum of RGB (Red+Green+Blue) = 175+181+102=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB566 is #504A99. Grayscale: #AAAAAA. Windows color (decimal): -5261978 or 6731183. OLE color: 6731183.
HSL color Cylindrical-coordinate representation of color #AFB566: hue angle of 64.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB566 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 102 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.29 |
| HSL | 64.56º | 0.35% | 0.55% | - |
| HSV(B) | 64.56º | 0.44% | 0.71% | - |
| XYZ | 36.6 | 43.12 | 18.96 | - |
| YUV | 170.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 102 | 0.03 | 0 | 0.44 | 0.29 | 64.56 | 0.35 | 0.55 |
| Hex | AF | B5 | 66 | 3 | 0 | 2C | 1D | 41 | 23 | 37 |
| Octal | 257 | 265 | 146 | 3 | 0 | 54 | 35 | 101 | 43 | 67 |
| Binary | 10101111 | 10110101 | 1100110 | 11 | 0 | 101100 | 11101 | 1000001 | 100011 | 110111 |
Color Harmonies of #AFB566
Complementary color
Monochromatic Colors of #AFB566
Black with #AFB566
Text Example
Text Example
White with #AFB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB566; }
p { color: rgb(175,181,102); }
H1.HeaderClassName
{
color: #AFB566;
}
.AnyTagClassName
{
color: #AFB566;
}
</style>
background-color css
<style>
a { background-color: #AFB566; }
a { background-color: rgb(175,181,102); }
div.DivClassName
{
background-color: #AFB566;
}
.BgClassName
{
background-color: #AFB566;
}
</style>
border-color css
<style>
span { border-color: #AFB566; }
span { border-color: rgb(175,181,102); }
td.TdClassName
{
border-color: #AFB566;
}
.TagClassName
{
border-color: #AFB566;
}
</style>