Shades of Olive Green #AFB367
Tints of Olive Green #AFB367
RGB
CMYK
RGB Variations
Color information
#AFB367 (or 0xAFB367) is known color: Olive Green. HEX triplet: AF, B3 and 67. RGB value is (175,179,103). Sum of RGB (Red+Green+Blue) = 175+179+103=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB367 is #504C98. Grayscale: #A9A9A9. Windows color (decimal): -5262489 or 6796207. OLE color: 6796207.
HSL color Cylindrical-coordinate representation of color #AFB367: hue angle of 63.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFB367 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 103 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.30 |
| HSL | 63.16º | 0.33% | 0.55% | - |
| HSV(B) | 63.16º | 0.42% | 0.7% | - |
| XYZ | 36.25 | 42.33 | 19.09 | - |
| YUV | 169.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 103 | 0.02 | 0 | 0.42 | 0.30 | 63.16 | 0.33 | 0.55 |
| Hex | AF | B3 | 67 | 2 | 0 | 2A | 1E | 3F | 21 | 37 |
| Octal | 257 | 263 | 147 | 2 | 0 | 52 | 36 | 77 | 41 | 67 |
| Binary | 10101111 | 10110011 | 1100111 | 10 | 0 | 101010 | 11110 | 111111 | 100001 | 110111 |
Color Harmonies of #AFB367
Complementary color
Monochromatic Colors of #AFB367
Black with #AFB367
Text Example
Text Example
White with #AFB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB367; }
p { color: rgb(175,179,103); }
H1.HeaderClassName
{
color: #AFB367;
}
.AnyTagClassName
{
color: #AFB367;
}
</style>
background-color css
<style>
a { background-color: #AFB367; }
a { background-color: rgb(175,179,103); }
div.DivClassName
{
background-color: #AFB367;
}
.BgClassName
{
background-color: #AFB367;
}
</style>
border-color css
<style>
span { border-color: #AFB367; }
span { border-color: rgb(175,179,103); }
td.TdClassName
{
border-color: #AFB367;
}
.TagClassName
{
border-color: #AFB367;
}
</style>