#ADAD6D

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

Shades of Olive Green #ADAD6D

Tints of Olive Green #ADAD6D

Color information

#ADAD6D (or 0xADAD6D) is unknown color: approx Olive Green. HEX triplet: AD, AD and 6D. RGB value is (173,173,109). Sum of RGB (Red+Green+Blue) = 173+173+109=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6D is #525292. Grayscale: #A5A5A5. Windows color (decimal): -5395091 or 7187885. OLE color: 7187885.

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

Color convert

RGB173173109-
CMYK000.370.32
HSL60º28.07%55.29%-
HSV(B)60º36.99%67.84%-
XYZ34.9439.8820.32-
YUV165.796133.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=38.02%
G=38.02%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173109000.370.326028.0755.29
HexADAD6D0025203c1c37
Octal255255155004540743467
Binary101011011010110111011010010010110000011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD6D; }

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

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

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

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

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

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

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

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