#ADAB4F

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

Shades of Olive Green #ADAB4F

Tints of Olive Green #ADAB4F

Color information

#ADAB4F (or 0xADAB4F) is unknown color: approx Olive Green. HEX triplet: AD, AB and 4F. RGB value is (173,171,79). Sum of RGB (Red+Green+Blue) = 173+171+79=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB4F is #5254B0. Grayscale: #A1A1A1. Windows color (decimal): -5395633 or 5221293. OLE color: 5221293.

HSL color Cylindrical-coordinate representation of color #ADAB4F: hue angle of 58.72º 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 #ADAB4F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17317179-
CMYK00.010.540.32
HSL58.72º37.3%49.41%-
HSV(B)58.72º54.34%67.84%-
XYZ33.2138.5713.09-
YUV161.1181.66136.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=40.90%
G=40.43%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731717900.010.540.3258.7237.349.41
HexADAB4F0136203b2531
Octal255253117016640734561
Binary1010110110101011100111101110110100000111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB4F; }

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

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

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

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

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

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

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

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