#AEB760

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

Shades of Olive Green #AEB760

Tints of Olive Green #AEB760

Color information

#AEB760 (or 0xAEB760) is unknown color: approx Olive Green. HEX triplet: AE, B7 and 60. RGB value is (174,183,96). Sum of RGB (Red+Green+Blue) = 174+183+96=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB760 is #51489F. Grayscale: #AAAAAA. Windows color (decimal): -5327008 or 6338478. OLE color: 6338478.

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

Color convert

RGB17418396-
CMYK0.0500.480.28
HSL66.21º37.66%54.71%-
HSV(B)66.21º47.54%71.76%-
XYZ36.543.7117.58-
YUV170.3986.02130.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=38.41%
G=40.40%
B=21.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183960.0500.480.2866.2137.6654.71
HexAEB76050301C422637
Octal2562671405060341024667
Binary101011101011011111000001010110000111001000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB760; }

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

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

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

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

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

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

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

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