#ADAD60

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

Shades of Olive Green #ADAD60

Tints of Olive Green #ADAD60

Color information

#ADAD60 (or 0xADAD60) is unknown color: approx Olive Green. HEX triplet: AD, AD and 60. RGB value is (173,173,96). Sum of RGB (Red+Green+Blue) = 173+173+96=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD60 is #52529F. Grayscale: #A4A4A4. Windows color (decimal): -5395104 or 6335917. OLE color: 6335917.

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

Color convert

RGB17317396-
CMYK000.450.32
HSL60º31.95%52.75%-
HSV(B)60º44.51%67.84%-
XYZ34.2939.6216.91-
YUV164.2289.5134.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=39.14%
G=39.14%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317396000.450.326031.9552.75
HexADAD60002D203c2035
Octal255255140005540744065
Binary1010110110101101110000000101101100000111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD60; }

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

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

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

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

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

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

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

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