#AEAF6B

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

Shades of Olive Green #AEAF6B

Tints of Olive Green #AEAF6B

Color information

#AEAF6B (or 0xAEAF6B) is unknown color: approx Olive Green. HEX triplet: AE, AF and 6B. RGB value is (174,175,107). Sum of RGB (Red+Green+Blue) = 174+175+107=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF6B is #515094. Grayscale: #A7A7A7. Windows color (decimal): -5329045 or 7057326. OLE color: 7057326.

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

Color convert

RGB174175107-
CMYK0.0100.390.31
HSL60.88º29.82%55.29%-
HSV(B)60.88º38.86%68.63%-
XYZ35.4440.7219.9-
YUV166.9594.17133.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=38.16%
G=38.38%
B=23.46%

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
Decimal1741751070.0100.390.3160.8829.8255.29
HexAEAF6B10271F3d1e37
Octal256257153104737753667
Binary10101110101011111101011101001111111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF6B; }

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

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

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

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

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

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

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

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