#AFAD5C

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

Shades of Olive Green #AFAD5C

Tints of Olive Green #AFAD5C

Color information

#AFAD5C (or 0xAFAD5C) is unknown color: approx Olive Green. HEX triplet: AF, AD and 5C. RGB value is (175,173,92). Sum of RGB (Red+Green+Blue) = 175+173+92=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD5C is #5052A3. Grayscale: #A4A4A4. Windows color (decimal): -5264036 or 6073775. OLE color: 6073775.

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

Color convert

RGB17517392-
CMYK00.010.470.31
HSL58.55º34.16%52.35%-
HSV(B)58.55º47.43%68.63%-
XYZ34.5539.7715.98-
YUV164.3687.16135.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=39.77%
G=39.32%
B=20.91%

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
Decimal1751739200.010.470.3158.5534.1652.35
HexAFAD5C012F1F3b2234
Octal257255134015737734264
Binary101011111010110110111000110111111111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD5C; }

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

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

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

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

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

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

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

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