Shades of Olive Green #AFBC68
Tints of Olive Green #AFBC68
RGB
CMYK
RGB Variations
Color information
#AFBC68 (or 0xAFBC68) is known color: Olive Green. HEX triplet: AF, BC and 68. RGB value is (175,188,104). Sum of RGB (Red+Green+Blue) = 175+188+104=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC68 is #504397. Grayscale: #AEAEAE. Windows color (decimal): -5260184 or 6864047. OLE color: 6864047.
HSL color Cylindrical-coordinate representation of color #AFBC68: hue angle of 69.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFBC68 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 104 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.26 |
| HSL | 69.29º | 0.39% | 0.57% | - |
| HSV(B) | 69.29º | 0.45% | 0.74% | - |
| XYZ | 38.16 | 46.08 | 19.98 | - |
| YUV | 174.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 104 | 0.07 | 0 | 0.45 | 0.26 | 69.29 | 0.39 | 0.57 |
| Hex | AF | BC | 68 | 7 | 0 | 2D | 1A | 45 | 27 | 39 |
| Octal | 257 | 274 | 150 | 7 | 0 | 55 | 32 | 105 | 47 | 71 |
| Binary | 10101111 | 10111100 | 1101000 | 111 | 0 | 101101 | 11010 | 1000101 | 100111 | 111001 |
Color Harmonies of #AFBC68
Complementary color
Monochromatic Colors of #AFBC68
Black with #AFBC68
Text Example
Text Example
White with #AFBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC68; }
p { color: rgb(175,188,104); }
H1.HeaderClassName
{
color: #AFBC68;
}
.AnyTagClassName
{
color: #AFBC68;
}
</style>
background-color css
<style>
a { background-color: #AFBC68; }
a { background-color: rgb(175,188,104); }
div.DivClassName
{
background-color: #AFBC68;
}
.BgClassName
{
background-color: #AFBC68;
}
</style>
border-color css
<style>
span { border-color: #AFBC68; }
span { border-color: rgb(175,188,104); }
td.TdClassName
{
border-color: #AFBC68;
}
.TagClassName
{
border-color: #AFBC68;
}
</style>