#AEB76B

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

Shades of Olive Green #AEB76B

Tints of Olive Green #AEB76B

Color information

#AEB76B (or 0xAEB76B) is unknown color: approx Olive Green. HEX triplet: AE, B7 and 6B. RGB value is (174,183,107). Sum of RGB (Red+Green+Blue) = 174+183+107=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB76B is #514894. Grayscale: #ABABAB. Windows color (decimal): -5326997 or 7059374. OLE color: 7059374.

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

Color convert

RGB174183107-
CMYK0.0500.420.28
HSL67.11º34.55%56.86%-
HSV(B)67.11º41.53%71.76%-
XYZ37.0443.9320.44-
YUV171.6491.52129.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=37.5%
G=39.44%
B=23.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831070.0500.420.2867.1134.5556.86
HexAEB76B502A1C432339
Octal2562671535052341034371
Binary101011101011011111010111010101010111001000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB76B; }

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

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

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

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

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

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

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

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