#A8AD4F

Color #A8AD4F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #A8AD4F

Tints of Olive Green #A8AD4F

Color information

#A8AD4F (or 0xA8AD4F) is unknown color: approx Olive Green. HEX triplet: A8, AD and 4F. RGB value is (168,173,79). Sum of RGB (Red+Green+Blue) = 168+173+79=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD4F is #5752B0. Grayscale: #A1A1A1. Windows color (decimal): -5722801 or 5221800. OLE color: 5221800.

HSL color Cylindrical-coordinate representation of color #A8AD4F: hue angle of 63.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8AD4F is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB16817379-
CMYK0.0300.540.32
HSL63.19º37.3%49.41%-
HSV(B)63.19º54.34%67.84%-
XYZ32.538.7813.17-
YUV160.7981.84133.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=40%
G=41.19%
B=18.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168173790.0300.540.3263.1937.349.41
HexA8AD4F3036203f2531
Octal250255117306640774561
Binary10101000101011011001111110110110100000111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD4F; }

 p { color: rgb(168,173,79); }

 H1.HeaderClassName
 {
   color: #A8AD4F;
 }
 .AnyTagClassName
 {
   color: #A8AD4F;
 }
</style>
background-color css

<style>
 a { background-color: #A8AD4F; }

 a { background-color: rgb(168,173,79); }

 div.DivClassName
 {
   background-color: #A8AD4F;
 }
 .BgClassName
 {
   background-color: #A8AD4F;
 }
</style>
border-color css

<style>
 span { border-color: #A8AD4F; }

 span { border-color: rgb(168,173,79); }

 td.TdClassName
 {
   border-color: #A8AD4F;
 }
 .TagClassName
 {
   border-color: #A8AD4F;
 }
</style>