#AEB369

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

Shades of Olive Green #AEB369

Tints of Olive Green #AEB369

Color information

#AEB369 (or 0xAEB369) is unknown color: approx Olive Green. HEX triplet: AE, B3 and 69. RGB value is (174,179,105). Sum of RGB (Red+Green+Blue) = 174+179+105=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB369 is #514C96. Grayscale: #A9A9A9. Windows color (decimal): -5328023 or 6927278. OLE color: 6927278.

HSL color Cylindrical-coordinate representation of color #AEB369: hue angle of 64.05º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB369 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB174179105-
CMYK0.0300.410.30
HSL64.05º32.74%55.69%-
HSV(B)64.05º41.34%70.2%-
XYZ36.1342.2619.62-
YUV169.0791.84131.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=37.99%
G=39.08%
B=22.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791050.0300.410.3064.0532.7455.69
HexAEB36930291E402138
Octal2562631513051361004170
Binary10101110101100111101001110101001111101000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB369; }

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

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

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

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

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

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

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

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