#ADAD65

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

Shades of Olive Green #ADAD65

Tints of Olive Green #ADAD65

Color information

#ADAD65 (or 0xADAD65) is unknown color: approx Olive Green. HEX triplet: AD, AD and 65. RGB value is (173,173,101). Sum of RGB (Red+Green+Blue) = 173+173+101=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD65 is #52529A. Grayscale: #A5A5A5. Windows color (decimal): -5395099 or 6663597. OLE color: 6663597.

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

Color convert

RGB173173101-
CMYK000.420.32
HSL60º30.51%53.73%-
HSV(B)60º41.62%67.84%-
XYZ34.5339.7118.16-
YUV164.7992133.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=38.70%
G=38.70%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173101000.420.326030.5153.73
HexADAD65002A203c1f36
Octal255255145005240743766
Binary101011011010110111001010010101010000011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD65; }

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

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

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

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

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

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

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

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