#ADAD62

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

Shades of Olive Green #ADAD62

Tints of Olive Green #ADAD62

Color information

#ADAD62 (or 0xADAD62) is unknown color: approx Olive Green. HEX triplet: AD, AD and 62. RGB value is (173,173,98). Sum of RGB (Red+Green+Blue) = 173+173+98=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD62 is #52529D. Grayscale: #A4A4A4. Windows color (decimal): -5395102 or 6466989. OLE color: 6466989.

HSL color Cylindrical-coordinate representation of color #ADAD62: 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 #ADAD62 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17317398-
CMYK000.430.32
HSL60º31.38%53.14%-
HSV(B)60º43.35%67.84%-
XYZ34.3839.6517.4-
YUV164.4590.5134.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=38.96%
G=38.96%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317398000.430.326031.3853.14
HexADAD62002B203c1f35
Octal255255142005340743765
Binary101011011010110111000100010101110000011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD62; }

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

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

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

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

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

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

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

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