#ADAD5D

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

Shades of Olive Green #ADAD5D

Tints of Olive Green #ADAD5D

Color information

#ADAD5D (or 0xADAD5D) is unknown color: approx Olive Green. HEX triplet: AD, AD and 5D. RGB value is (173,173,93). Sum of RGB (Red+Green+Blue) = 173+173+93=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5D is #5252A2. Grayscale: #A4A4A4. Windows color (decimal): -5395107 or 6139309. OLE color: 6139309.

HSL color Cylindrical-coordinate representation of color #ADAD5D: hue angle of 60º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADAD5D is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17317393-
CMYK000.460.32
HSL60º32.79%52.16%-
HSV(B)60º46.24%67.84%-
XYZ34.1539.5616.19-
YUV163.8888134.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=39.41%
G=39.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317393000.460.326032.7952.16
HexADAD5D002E203c2134
Octal255255135005640744164
Binary1010110110101101101110100101110100000111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD5D; }

 p { color: rgb(173,173,93); }

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

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

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

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

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

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

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