#ADAD4D

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

Shades of Olive Green #ADAD4D

Tints of Olive Green #ADAD4D

Color information

#ADAD4D (or 0xADAD4D) is unknown color: approx Olive Green. HEX triplet: AD, AD and 4D. RGB value is (173,173,77). Sum of RGB (Red+Green+Blue) = 173+173+77=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD4D is #5252B2. Grayscale: #A2A2A2. Windows color (decimal): -5395123 or 5090733. OLE color: 5090733.

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

Color convert

RGB17317377-
CMYK000.550.32
HSL60º38.4%49.02%-
HSV(B)60º55.49%67.84%-
XYZ33.5239.3112.84-
YUV162.0680135.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=40.90%
G=40.90%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317377000.550.326038.449.02
HexADAD4D0037203c2631
Octal255255115006740744661
Binary1010110110101101100110100110111100000111100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD4D; }

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

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

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

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

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

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

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

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