Shades of Olive Green #AFBC65
Tints of Olive Green #AFBC65
RGB
CMYK
RGB Variations
Color information
#AFBC65 (or 0xAFBC65) is known color: Olive Green. HEX triplet: AF, BC and 65. RGB value is (175,188,101). Sum of RGB (Red+Green+Blue) = 175+188+101=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC65 is #50439A. Grayscale: #AEAEAE. Windows color (decimal): -5260187 or 6667439. OLE color: 6667439.
HSL color Cylindrical-coordinate representation of color #AFBC65: hue angle of 68.97º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFBC65 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 101 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.26 |
| HSL | 68.97º | 0.39% | 0.57% | - |
| HSV(B) | 68.97º | 0.46% | 0.74% | - |
| XYZ | 38.01 | 46.02 | 19.19 | - |
| YUV | 174.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 101 | 0.07 | 0 | 0.46 | 0.26 | 68.97 | 0.39 | 0.57 |
| Hex | AF | BC | 65 | 7 | 0 | 2E | 1A | 45 | 27 | 39 |
| Octal | 257 | 274 | 145 | 7 | 0 | 56 | 32 | 105 | 47 | 71 |
| Binary | 10101111 | 10111100 | 1100101 | 111 | 0 | 101110 | 11010 | 1000101 | 100111 | 111001 |
Color Harmonies of #AFBC65
Complementary color
Monochromatic Colors of #AFBC65
Black with #AFBC65
Text Example
Text Example
White with #AFBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC65; }
p { color: rgb(175,188,101); }
H1.HeaderClassName
{
color: #AFBC65;
}
.AnyTagClassName
{
color: #AFBC65;
}
</style>
background-color css
<style>
a { background-color: #AFBC65; }
a { background-color: rgb(175,188,101); }
div.DivClassName
{
background-color: #AFBC65;
}
.BgClassName
{
background-color: #AFBC65;
}
</style>
border-color css
<style>
span { border-color: #AFBC65; }
span { border-color: rgb(175,188,101); }
td.TdClassName
{
border-color: #AFBC65;
}
.TagClassName
{
border-color: #AFBC65;
}
</style>