#AEB067

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

Shades of Olive Green #AEB067

Tints of Olive Green #AEB067

Color information

#AEB067 (or 0xAEB067) is unknown color: approx Olive Green. HEX triplet: AE, B0 and 67. RGB value is (174,176,103). Sum of RGB (Red+Green+Blue) = 174+176+103=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB067 is #514F98. Grayscale: #A7A7A7. Windows color (decimal): -5328793 or 6795438. OLE color: 6795438.

HSL color Cylindrical-coordinate representation of color #AEB067: hue angle of 61.64º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB067 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB174176103-
CMYK0.0100.410.31
HSL61.64º31.6%54.71%-
HSV(B)61.64º41.48%69.02%-
XYZ35.4341.0318.88-
YUV167.0891.84132.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=38.41%
G=38.85%
B=22.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761030.0100.410.3161.6431.654.71
HexAEB06710291F3e2037
Octal256260147105137764067
Binary101011101011000011001111010100111111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB067; }

 p { color: rgb(174,176,103); }

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

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

 a { background-color: rgb(174,176,103); }

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

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

 span { border-color: rgb(174,176,103); }

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