#ADAD5A

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

Shades of Olive Green #ADAD5A

Tints of Olive Green #ADAD5A

Color information

#ADAD5A (or 0xADAD5A) is unknown color: approx Olive Green. HEX triplet: AD, AD and 5A. RGB value is (173,173,90). Sum of RGB (Red+Green+Blue) = 173+173+90=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5A is #5252A5. Grayscale: #A3A3A3. Windows color (decimal): -5395110 or 5942701. OLE color: 5942701.

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

Color convert

RGB17317390-
CMYK000.480.32
HSL60º33.6%51.57%-
HSV(B)60º47.98%67.84%-
XYZ34.0239.5115.51-
YUV163.5486.5134.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=39.68%
G=39.68%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317390000.480.326033.651.57
HexADAD5A0030203c2234
Octal255255132006040744264
Binary1010110110101101101101000110000100000111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD5A; }

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

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

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

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

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

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

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

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