#AEB068

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

Shades of Olive Green #AEB068

Tints of Olive Green #AEB068

Color information

#AEB068 (or 0xAEB068) is unknown color: approx Olive Green. HEX triplet: AE, B0 and 68. RGB value is (174,176,104). Sum of RGB (Red+Green+Blue) = 174+176+104=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB068 is #514F97. Grayscale: #A7A7A7. Windows color (decimal): -5328792 or 6860974. OLE color: 6860974.

HSL color Cylindrical-coordinate representation of color #AEB068: hue angle of 61.67º degrees, saturation: 0.31, 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 #AEB068 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB174176104-
CMYK0.0100.410.31
HSL61.67º31.3%54.9%-
HSV(B)61.67º40.91%69.02%-
XYZ35.4841.0519.15-
YUV167.1992.34132.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=38.33%
G=38.77%
B=22.91%

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
Decimal1741761040.0100.410.3161.6731.354.9
HexAEB06810291F3e1f37
Octal256260150105137763767
Binary10101110101100001101000101010011111111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB068; }

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

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

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

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

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

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

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

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