#AFAE64

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

Shades of Olive Green #AFAE64

Tints of Olive Green #AFAE64

Color information

#AFAE64 (or 0xAFAE64) is unknown color: approx Olive Green. HEX triplet: AF, AE and 64. RGB value is (175,174,100). Sum of RGB (Red+Green+Blue) = 175+174+100=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE64 is #50519B. Grayscale: #A6A6A6. Windows color (decimal): -5263772 or 6598319. OLE color: 6598319.

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

Color convert

RGB175174100-
CMYK00.010.430.31
HSL59.2º31.91%53.92%-
HSV(B)59.2º42.86%68.63%-
XYZ35.1240.3117.99-
YUV165.8690.83134.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=38.98%
G=38.75%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517410000.010.430.3159.231.9153.92
HexAFAE64012B1F3b2036
Octal257256144015337734066
Binary101011111010111011001000110101111111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE64; }

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

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

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

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

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

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

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

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