#ADAD68

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

Shades of Olive Green #ADAD68

Tints of Olive Green #ADAD68

Color information

#ADAD68 (or 0xADAD68) is unknown color: approx Olive Green. HEX triplet: AD, AD and 68. RGB value is (173,173,104). Sum of RGB (Red+Green+Blue) = 173+173+104=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD68 is #525297. Grayscale: #A5A5A5. Windows color (decimal): -5395096 or 6860205. OLE color: 6860205.

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

Color convert

RGB173173104-
CMYK000.400.32
HSL60º29.61%54.31%-
HSV(B)60º39.88%67.84%-
XYZ34.6839.7718.95-
YUV165.1393.5133.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=38.44%
G=38.44%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173104000.400.326029.6154.31
HexADAD680028203c1e36
Octal255255150005040743666
Binary101011011010110111010000010100010000011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD68; }

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

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

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

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

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

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

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

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