Shades of Olive Green #AFBC63
Tints of Olive Green #AFBC63
RGB
CMYK
RGB Variations
Color information
#AFBC63 (or 0xAFBC63) is known color: Olive Green. HEX triplet: AF, BC and 63. RGB value is (175,188,99). Sum of RGB (Red+Green+Blue) = 175+188+99=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC63 is #50439C. Grayscale: #AEAEAE. Windows color (decimal): -5260189 or 6536367. OLE color: 6536367.
HSL color Cylindrical-coordinate representation of color #AFBC63: hue angle of 68.76º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFBC63 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 99 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.26 |
| HSL | 68.76º | 0.4% | 0.56% | - |
| HSV(B) | 68.76º | 0.47% | 0.74% | - |
| XYZ | 37.91 | 45.98 | 18.68 | - |
| YUV | 173.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 99 | 0.07 | 0 | 0.47 | 0.26 | 68.76 | 0.4 | 0.56 |
| Hex | AF | BC | 63 | 7 | 0 | 2F | 1A | 45 | 28 | 38 |
| Octal | 257 | 274 | 143 | 7 | 0 | 57 | 32 | 105 | 50 | 70 |
| Binary | 10101111 | 10111100 | 1100011 | 111 | 0 | 101111 | 11010 | 1000101 | 101000 | 111000 |
Color Harmonies of #AFBC63
Complementary color
Monochromatic Colors of #AFBC63
Black with #AFBC63
Text Example
Text Example
White with #AFBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC63; }
p { color: rgb(175,188,99); }
H1.HeaderClassName
{
color: #AFBC63;
}
.AnyTagClassName
{
color: #AFBC63;
}
</style>
background-color css
<style>
a { background-color: #AFBC63; }
a { background-color: rgb(175,188,99); }
div.DivClassName
{
background-color: #AFBC63;
}
.BgClassName
{
background-color: #AFBC63;
}
</style>
border-color css
<style>
span { border-color: #AFBC63; }
span { border-color: rgb(175,188,99); }
td.TdClassName
{
border-color: #AFBC63;
}
.TagClassName
{
border-color: #AFBC63;
}
</style>