Shades of Olive Green #AFB066
Tints of Olive Green #AFB066
RGB
CMYK
RGB Variations
Color information
#AFB066 (or 0xAFB066) is known color: Olive Green. HEX triplet: AF, B0 and 66. RGB value is (175,176,102). Sum of RGB (Red+Green+Blue) = 175+176+102=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB066 is #504F99. Grayscale: #A7A7A7. Windows color (decimal): -5263258 or 6729903. OLE color: 6729903.
HSL color Cylindrical-coordinate representation of color #AFB066: hue angle of 60.81º 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 #AFB066 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 102 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.31 |
| HSL | 60.81º | 0.32% | 0.55% | - |
| HSV(B) | 60.81º | 0.42% | 0.69% | - |
| XYZ | 35.6 | 41.12 | 18.63 | - |
| YUV | 167.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 102 | 0.01 | 0 | 0.42 | 0.31 | 60.81 | 0.32 | 0.55 |
| Hex | AF | B0 | 66 | 1 | 0 | 2A | 1F | 3D | 20 | 37 |
| Octal | 257 | 260 | 146 | 1 | 0 | 52 | 37 | 75 | 40 | 67 |
| Binary | 10101111 | 10110000 | 1100110 | 1 | 0 | 101010 | 11111 | 111101 | 100000 | 110111 |
Color Harmonies of #AFB066
Complementary color
Monochromatic Colors of #AFB066
Black with #AFB066
Text Example
Text Example
White with #AFB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB066; }
p { color: rgb(175,176,102); }
H1.HeaderClassName
{
color: #AFB066;
}
.AnyTagClassName
{
color: #AFB066;
}
</style>
background-color css
<style>
a { background-color: #AFB066; }
a { background-color: rgb(175,176,102); }
div.DivClassName
{
background-color: #AFB066;
}
.BgClassName
{
background-color: #AFB066;
}
</style>
border-color css
<style>
span { border-color: #AFB066; }
span { border-color: rgb(175,176,102); }
td.TdClassName
{
border-color: #AFB066;
}
.TagClassName
{
border-color: #AFB066;
}
</style>