#AEAE65

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

Shades of Olive Green #AEAE65

Tints of Olive Green #AEAE65

Color information

#AEAE65 (or 0xAEAE65) is unknown color: approx Olive Green. HEX triplet: AE, AE and 65. RGB value is (174,174,101). Sum of RGB (Red+Green+Blue) = 174+174+101=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE65 is #51519A. Grayscale: #A5A5A5. Windows color (decimal): -5329307 or 6663854. OLE color: 6663854.

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

Color convert

RGB174174101-
CMYK000.420.32
HSL60º31.06%53.92%-
HSV(B)60º41.95%68.24%-
XYZ34.9440.2118.23-
YUV165.6891.5133.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=38.75%
G=38.75%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174101000.420.326031.0653.92
HexAEAE65002A203c1f36
Octal256256145005240743766
Binary101011101010111011001010010101010000011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE65; }

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

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

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

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

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

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

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

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