#ADAD63

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

Shades of Olive Green #ADAD63

Tints of Olive Green #ADAD63

Color information

#ADAD63 (or 0xADAD63) is unknown color: approx Olive Green. HEX triplet: AD, AD and 63. RGB value is (173,173,99). Sum of RGB (Red+Green+Blue) = 173+173+99=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD63 is #52529C. Grayscale: #A4A4A4. Windows color (decimal): -5395101 or 6532525. OLE color: 6532525.

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

Color convert

RGB17317399-
CMYK000.430.32
HSL60º31.09%53.33%-
HSV(B)60º42.77%67.84%-
XYZ34.4339.6717.65-
YUV164.5691134.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=38.88%
G=38.88%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317399000.430.326031.0953.33
HexADAD63002B203c1f35
Octal255255143005340743765
Binary101011011010110111000110010101110000011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD63; }

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

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

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

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

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

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

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

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