#AFAD5D

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

Shades of Olive Green #AFAD5D

Tints of Olive Green #AFAD5D

Color information

#AFAD5D (or 0xAFAD5D) is unknown color: approx Olive Green. HEX triplet: AF, AD and 5D. RGB value is (175,173,93). Sum of RGB (Red+Green+Blue) = 175+173+93=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD5D is #5052A2. Grayscale: #A4A4A4. Windows color (decimal): -5264035 or 6139311. OLE color: 6139311.

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

Color convert

RGB17517393-
CMYK00.010.470.31
HSL58.54º33.88%52.55%-
HSV(B)58.54º46.86%68.63%-
XYZ34.639.7916.21-
YUV164.4887.66135.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=39.68%
G=39.23%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751739300.010.470.3158.5433.8852.55
HexAFAD5D012F1F3b2235
Octal257255135015737734265
Binary101011111010110110111010110111111111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD5D; }

 p { color: rgb(175,173,93); }

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

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

 a { background-color: rgb(175,173,93); }

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

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

 span { border-color: rgb(175,173,93); }

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