#AEAF6A

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

Shades of Olive Green #AEAF6A

Tints of Olive Green #AEAF6A

Color information

#AEAF6A (or 0xAEAF6A) is unknown color: approx Olive Green. HEX triplet: AE, AF and 6A. RGB value is (174,175,106). Sum of RGB (Red+Green+Blue) = 174+175+106=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF6A is #515095. Grayscale: #A7A7A7. Windows color (decimal): -5329046 or 6991790. OLE color: 6991790.

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

Color convert

RGB174175106-
CMYK0.0100.390.31
HSL60.87º30.13%55.1%-
HSV(B)60.87º39.43%68.63%-
XYZ35.3940.719.63-
YUV166.8393.67133.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=38.24%
G=38.46%
B=23.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751060.0100.390.3160.8730.1355.1
HexAEAF6A10271F3d1e37
Octal256257152104737753667
Binary10101110101011111101010101001111111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF6A; }

 p { color: rgb(174,175,106); }

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

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

 a { background-color: rgb(174,175,106); }

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

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

 span { border-color: rgb(174,175,106); }

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