Shades of Olive Green #AFB766
Tints of Olive Green #AFB766
RGB
CMYK
RGB Variations
Color information
#AFB766 (or 0xAFB766) is known color: Olive Green. HEX triplet: AF, B7 and 66. RGB value is (175,183,102). Sum of RGB (Red+Green+Blue) = 175+183+102=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB766 is #504899. Grayscale: #ABABAB. Windows color (decimal): -5261466 or 6731695. OLE color: 6731695.
HSL color Cylindrical-coordinate representation of color #AFB766: hue angle of 65.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB766 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 102 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.28 |
| HSL | 65.93º | 0.36% | 0.56% | - |
| HSV(B) | 65.93º | 0.44% | 0.72% | - |
| XYZ | 37.01 | 43.94 | 19.1 | - |
| YUV | 171.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 102 | 0.04 | 0 | 0.44 | 0.28 | 65.93 | 0.36 | 0.56 |
| Hex | AF | B7 | 66 | 4 | 0 | 2C | 1C | 42 | 24 | 38 |
| Octal | 257 | 267 | 146 | 4 | 0 | 54 | 34 | 102 | 44 | 70 |
| Binary | 10101111 | 10110111 | 1100110 | 100 | 0 | 101100 | 11100 | 1000010 | 100100 | 111000 |
Color Harmonies of #AFB766
Complementary color
Monochromatic Colors of #AFB766
Black with #AFB766
Text Example
Text Example
White with #AFB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB766; }
p { color: rgb(175,183,102); }
H1.HeaderClassName
{
color: #AFB766;
}
.AnyTagClassName
{
color: #AFB766;
}
</style>
background-color css
<style>
a { background-color: #AFB766; }
a { background-color: rgb(175,183,102); }
div.DivClassName
{
background-color: #AFB766;
}
.BgClassName
{
background-color: #AFB766;
}
</style>
border-color css
<style>
span { border-color: #AFB766; }
span { border-color: rgb(175,183,102); }
td.TdClassName
{
border-color: #AFB766;
}
.TagClassName
{
border-color: #AFB766;
}
</style>