#AEAE66

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

Shades of Olive Green #AEAE66

Tints of Olive Green #AEAE66

Color information

#AEAE66 (or 0xAEAE66) is unknown color: approx Olive Green. HEX triplet: AE, AE and 66. RGB value is (174,174,102). Sum of RGB (Red+Green+Blue) = 174+174+102=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE66 is #515199. Grayscale: #A6A6A6. Windows color (decimal): -5329306 or 6729390. OLE color: 6729390.

HSL color Cylindrical-coordinate representation of color #AEAE66: 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.41%. Process color model (Four color, CMYK) of #AEAE66 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174174102-
CMYK000.410.32
HSL60º30.77%54.12%-
HSV(B)60º41.38%68.24%-
XYZ34.9940.2318.49-
YUV165.7992133.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=38.67%
G=38.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174102000.410.326030.7754.12
HexAEAE660029203c1f36
Octal256256146005140743766
Binary101011101010111011001100010100110000011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE66; }

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

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

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

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

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

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

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

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