#AEAF60

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

Shades of Olive Green #AEAF60

Tints of Olive Green #AEAF60

Color information

#AEAF60 (or 0xAEAF60) is unknown color: approx Olive Green. HEX triplet: AE, AF and 60. RGB value is (174,175,96). Sum of RGB (Red+Green+Blue) = 174+175+96=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF60 is #51509F. Grayscale: #A6A6A6. Windows color (decimal): -5329056 or 6336430. OLE color: 6336430.

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

Color convert

RGB17417596-
CMYK0.0100.450.31
HSL60.76º33.05%53.14%-
HSV(B)60.76º45.14%68.63%-
XYZ34.940.517.04-
YUV165.6988.67133.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=39.10%
G=39.33%
B=21.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175960.0100.450.3160.7633.0553.14
HexAEAF60102D1F3d2135
Octal256257140105537754165
Binary101011101010111111000001010110111111111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF60; }

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

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

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

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

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

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

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

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