#AEAF66

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

Shades of Olive Green #AEAF66

Tints of Olive Green #AEAF66

Color information

#AEAF66 (or 0xAEAF66) is unknown color: approx Olive Green. HEX triplet: AE, AF and 66. RGB value is (174,175,102). Sum of RGB (Red+Green+Blue) = 174+175+102=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF66 is #515099. Grayscale: #A6A6A6. Windows color (decimal): -5329050 or 6729646. OLE color: 6729646.

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

Color convert

RGB174175102-
CMYK0.0100.420.31
HSL60.82º31.33%54.31%-
HSV(B)60.82º41.71%68.63%-
XYZ35.1840.6218.56-
YUV166.3891.67133.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=38.58%
G=38.80%
B=22.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751020.0100.420.3160.8231.3354.31
HexAEAF66102A1F3d1f36
Octal256257146105237753766
Binary10101110101011111100110101010101111111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF66; }

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

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

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

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

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

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

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

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