#AEB75C

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

Shades of Olive Green #AEB75C

Tints of Olive Green #AEB75C

Color information

#AEB75C (or 0xAEB75C) is unknown color: approx Olive Green. HEX triplet: AE, B7 and 5C. RGB value is (174,183,92). Sum of RGB (Red+Green+Blue) = 174+183+92=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB75C is #5148A3. Grayscale: #AAAAAA. Windows color (decimal): -5327012 or 6076334. OLE color: 6076334.

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

Color convert

RGB17418392-
CMYK0.0500.500.28
HSL65.93º38.72%53.92%-
HSV(B)65.93º49.73%71.76%-
XYZ36.3243.6416.63-
YUV169.9484.02130.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=38.75%
G=40.76%
B=20.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183920.0500.500.2865.9338.7253.92
HexAEB75C50321C422736
Octal2562671345062341024766
Binary101011101011011110111001010110010111001000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB75C; }

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

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

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

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

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

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

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

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