#AFAE60

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

Shades of Olive Green #AFAE60

Tints of Olive Green #AFAE60

Color information

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

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

Color convert

RGB17517496-
CMYK00.010.450.31
HSL59.24º33.05%53.14%-
HSV(B)59.24º45.14%68.63%-
XYZ34.9340.2316.99-
YUV165.4188.83134.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751749600.010.450.3159.2433.0553.14
HexAFAE60012D1F3b2135
Octal257256140015537734165
Binary101011111010111011000000110110111111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE60; }

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

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

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

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

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

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

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

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