#AEAE68

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

Shades of Olive Green #AEAE68

Tints of Olive Green #AEAE68

Color information

#AEAE68 (or 0xAEAE68) is unknown color: approx Olive Green. HEX triplet: AE, AE and 68. RGB value is (174,174,104). Sum of RGB (Red+Green+Blue) = 174+174+104=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE68 is #515197. Grayscale: #A6A6A6. Windows color (decimal): -5329304 or 6860462. OLE color: 6860462.

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

Color convert

RGB174174104-
CMYK000.400.32
HSL60º30.17%54.51%-
HSV(B)60º40.23%68.24%-
XYZ35.0940.2719.02-
YUV166.0293133.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=38.50%
G=38.50%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174104000.400.326030.1754.51
HexAEAE680028203c1e37
Octal256256150005040743667
Binary101011101010111011010000010100010000011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE68; }

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

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

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

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

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

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

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

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