#AEB660

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

Shades of Olive Green #AEB660

Tints of Olive Green #AEB660

Color information

#AEB660 (or 0xAEB660) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 60. RGB value is (174,182,96). Sum of RGB (Red+Green+Blue) = 174+182+96=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB660 is #51499F. Grayscale: #AAAAAA. Windows color (decimal): -5327264 or 6338222. OLE color: 6338222.

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

Color convert

RGB17418296-
CMYK0.0400.470.29
HSL65.58º37.07%54.51%-
HSV(B)65.58º47.25%71.37%-
XYZ36.2943.317.51-
YUV169.886.35130.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 182 (71.48% from 255) = 40.27%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=38.50%
G=40.27%
B=21.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182960.0400.470.2965.5837.0754.51
HexAEB660402F1D422537
Octal2562661404057351024567
Binary101011101011011011000001000101111111011000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB660; }

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

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

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

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

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

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

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

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