#AEAD68

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

Shades of Olive Green #AEAD68

Tints of Olive Green #AEAD68

Color information

#AEAD68 (or 0xAEAD68) is unknown color: approx Olive Green. HEX triplet: AE, AD and 68. RGB value is (174,173,104). Sum of RGB (Red+Green+Blue) = 174+173+104=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD68 is #515297. Grayscale: #A5A5A5. Windows color (decimal): -5329560 or 6860206. OLE color: 6860206.

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

Color convert

RGB174173104-
CMYK00.010.400.32
HSL59.14º30.17%54.51%-
HSV(B)59.14º40.23%68.24%-
XYZ34.939.8918.96-
YUV165.4393.33134.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=38.58%
G=38.36%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417310400.010.400.3259.1430.1754.51
HexAEAD680128203b1e37
Octal256255150015040733667
Binary101011101010110111010000110100010000011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD68; }

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

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

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

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

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

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

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

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