#ADAD61

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

Shades of Olive Green #ADAD61

Tints of Olive Green #ADAD61

Color information

#ADAD61 (or 0xADAD61) is unknown color: approx Olive Green. HEX triplet: AD, AD and 61. RGB value is (173,173,97). Sum of RGB (Red+Green+Blue) = 173+173+97=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD61 is #52529E. Grayscale: #A4A4A4. Windows color (decimal): -5395103 or 6401453. OLE color: 6401453.

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

Color convert

RGB17317397-
CMYK000.440.32
HSL60º31.67%52.94%-
HSV(B)60º43.93%67.84%-
XYZ34.3339.6317.15-
YUV164.3490134.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=39.05%
G=39.05%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317397000.440.326031.6752.94
HexADAD61002C203c2035
Octal255255141005440744065
Binary1010110110101101110000100101100100000111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD61; }

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

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

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

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

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

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

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

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