#AFAD5E

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

Shades of Olive Green #AFAD5E

Tints of Olive Green #AFAD5E

Color information

#AFAD5E (or 0xAFAD5E) is unknown color: approx Olive Green. HEX triplet: AF, AD and 5E. RGB value is (175,173,94). Sum of RGB (Red+Green+Blue) = 175+173+94=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD5E is #5052A1. Grayscale: #A4A4A4. Windows color (decimal): -5264034 or 6204847. OLE color: 6204847.

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

Color convert

RGB17517394-
CMYK00.010.460.31
HSL58.52º33.61%52.75%-
HSV(B)58.52º46.29%68.63%-
XYZ34.6439.8116.45-
YUV164.5988.16135.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=39.59%
G=39.14%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751739400.010.460.3158.5233.6152.75
HexAFAD5E012E1F3b2235
Octal257255136015637734265
Binary101011111010110110111100110111011111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD5E; }

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

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

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

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

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

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

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

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