#AFA755

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

Shades of Olive Green #AFA755

Tints of Olive Green #AFA755

Color information

#AFA755 (or 0xAFA755) is unknown color: approx Olive Green. HEX triplet: AF, A7 and 55. RGB value is (175,167,85). Sum of RGB (Red+Green+Blue) = 175+167+85=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA755 is #5058AA. Grayscale: #A0A0A0. Windows color (decimal): -5265579 or 5613487. OLE color: 5613487.

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

Color convert

RGB17516785-
CMYK00.050.510.31
HSL54.67º36%50.98%-
HSV(B)54.67º51.43%68.63%-
XYZ33.1437.4114.07-
YUV160.0485.65138.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=40.98%
G=39.11%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751678500.050.510.3154.673650.98
HexAFA75505331F372433
Octal257247125056337674463
Binary10101111101001111010101010111001111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA755; }

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

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

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

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

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

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

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

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