#ADAD67

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

Shades of Olive Green #ADAD67

Tints of Olive Green #ADAD67

Color information

#ADAD67 (or 0xADAD67) is unknown color: approx Olive Green. HEX triplet: AD, AD and 67. RGB value is (173,173,103). Sum of RGB (Red+Green+Blue) = 173+173+103=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD67 is #525298. Grayscale: #A5A5A5. Windows color (decimal): -5395097 or 6794669. OLE color: 6794669.

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

Color convert

RGB173173103-
CMYK000.400.32
HSL60º29.91%54.12%-
HSV(B)60º40.46%67.84%-
XYZ34.6339.7518.68-
YUV165.0293133.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=38.53%
G=38.53%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173103000.400.326029.9154.12
HexADAD670028203c1e36
Octal255255147005040743666
Binary101011011010110111001110010100010000011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD67; }

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

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

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

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

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

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

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

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