#AFA757

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

Shades of Olive Green #AFA757

Tints of Olive Green #AFA757

Color information

#AFA757 (or 0xAFA757) is unknown color: approx Olive Green. HEX triplet: AF, A7 and 57. RGB value is (175,167,87). Sum of RGB (Red+Green+Blue) = 175+167+87=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA757 is #5058A8. Grayscale: #A0A0A0. Windows color (decimal): -5265577 or 5744559. OLE color: 5744559.

HSL color Cylindrical-coordinate representation of color #AFA757: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA757 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17516787-
CMYK00.050.500.31
HSL54.55º35.48%51.37%-
HSV(B)54.55º50.29%68.63%-
XYZ33.2237.4414.49-
YUV160.2786.65138.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=40.79%
G=38.93%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751678700.050.500.3154.5535.4851.37
HexAFA75705321F372333
Octal257247127056237674363
Binary10101111101001111010111010111001011111110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA757; }

 p { color: rgb(175,167,87); }

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

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

 a { background-color: rgb(175,167,87); }

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

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

 span { border-color: rgb(175,167,87); }

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