Shades of Olive Green #AFB467
Tints of Olive Green #AFB467
RGB
CMYK
RGB Variations
Color information
#AFB467 (or 0xAFB467) is known color: Olive Green. HEX triplet: AF, B4 and 67. RGB value is (175,180,103). Sum of RGB (Red+Green+Blue) = 175+180+103=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB467 is #504B98. Grayscale: #AAAAAA. Windows color (decimal): -5262233 or 6796463. OLE color: 6796463.
HSL color Cylindrical-coordinate representation of color #AFB467: hue angle of 63.9º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFB467 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 103 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.29 |
| HSL | 63.9º | 0.34% | 0.55% | - |
| HSV(B) | 63.9º | 0.43% | 0.71% | - |
| XYZ | 36.45 | 42.74 | 19.16 | - |
| YUV | 169.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 103 | 0.03 | 0 | 0.43 | 0.29 | 63.9 | 0.34 | 0.55 |
| Hex | AF | B4 | 67 | 3 | 0 | 2B | 1D | 40 | 22 | 37 |
| Octal | 257 | 264 | 147 | 3 | 0 | 53 | 35 | 100 | 42 | 67 |
| Binary | 10101111 | 10110100 | 1100111 | 11 | 0 | 101011 | 11101 | 1000000 | 100010 | 110111 |
Color Harmonies of #AFB467
Complementary color
Monochromatic Colors of #AFB467
Black with #AFB467
Text Example
Text Example
White with #AFB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB467; }
p { color: rgb(175,180,103); }
H1.HeaderClassName
{
color: #AFB467;
}
.AnyTagClassName
{
color: #AFB467;
}
</style>
background-color css
<style>
a { background-color: #AFB467; }
a { background-color: rgb(175,180,103); }
div.DivClassName
{
background-color: #AFB467;
}
.BgClassName
{
background-color: #AFB467;
}
</style>
border-color css
<style>
span { border-color: #AFB467; }
span { border-color: rgb(175,180,103); }
td.TdClassName
{
border-color: #AFB467;
}
.TagClassName
{
border-color: #AFB467;
}
</style>