#AEB75D

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

Shades of Olive Green #AEB75D

Tints of Olive Green #AEB75D

Color information

#AEB75D (or 0xAEB75D) is unknown color: approx Olive Green. HEX triplet: AE, B7 and 5D. RGB value is (174,183,93). Sum of RGB (Red+Green+Blue) = 174+183+93=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB75D is #5148A2. Grayscale: #AAAAAA. Windows color (decimal): -5327011 or 6141870. OLE color: 6141870.

HSL color Cylindrical-coordinate representation of color #AEB75D: hue angle of 66º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB75D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17418393-
CMYK0.0500.490.28
HSL66º38.46%54.12%-
HSV(B)66º49.18%71.76%-
XYZ36.3643.6616.87-
YUV170.0584.52130.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=38.67%
G=40.67%
B=20.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183930.0500.490.286638.4654.12
HexAEB75D50311C422636
Octal2562671355061341024666
Binary101011101011011110111011010110001111001000010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB75D; }

 p { color: rgb(174,183,93); }

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

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

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

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

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

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

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