#ADAD6C

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

Shades of Olive Green #ADAD6C

Tints of Olive Green #ADAD6C

Color information

#ADAD6C (or 0xADAD6C) is unknown color: approx Olive Green. HEX triplet: AD, AD and 6C. RGB value is (173,173,108). Sum of RGB (Red+Green+Blue) = 173+173+108=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD6C is #525293. Grayscale: #A5A5A5. Windows color (decimal): -5395092 or 7122349. OLE color: 7122349.

HSL color Cylindrical-coordinate representation of color #ADAD6C: 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.38%. Process color model (Four color, CMYK) of #ADAD6C is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173173108-
CMYK000.380.32
HSL60º28.38%55.1%-
HSV(B)60º37.57%67.84%-
XYZ34.8839.8520.04-
YUV165.5995.5133.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=38.11%
G=38.11%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173108000.380.326028.3855.1
HexADAD6C0026203c1c37
Octal255255154004640743467
Binary101011011010110111011000010011010000011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD6C; }

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

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

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

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

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

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

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

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