#AEB569

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

Shades of Olive Green #AEB569

Tints of Olive Green #AEB569

Color information

#AEB569 (or 0xAEB569) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 69. RGB value is (174,181,105). Sum of RGB (Red+Green+Blue) = 174+181+105=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB569 is #514A96. Grayscale: #AAAAAA. Windows color (decimal): -5327511 or 6927790. OLE color: 6927790.

HSL color Cylindrical-coordinate representation of color #AEB569: hue angle of 65.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEB569 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB174181105-
CMYK0.0400.420.29
HSL65.53º33.93%56.08%-
HSV(B)65.53º41.99%70.98%-
XYZ36.5343.0719.75-
YUV170.2491.18130.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=37.83%
G=39.35%
B=22.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811050.0400.420.2965.5333.9356.08
HexAEB569402A1D422238
Octal2562651514052351024270
Binary101011101011010111010011000101010111011000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB569; }

 p { color: rgb(174,181,105); }

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

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

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

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

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

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

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