#AFAD51

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

Shades of Olive Green #AFAD51

Tints of Olive Green #AFAD51

Color information

#AFAD51 (or 0xAFAD51) is unknown color: approx Olive Green. HEX triplet: AF, AD and 51. RGB value is (175,173,81). Sum of RGB (Red+Green+Blue) = 175+173+81=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD51 is #5052AE. Grayscale: #A3A3A3. Windows color (decimal): -5264047 or 5352879. OLE color: 5352879.

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

Color convert

RGB17517381-
CMYK00.010.540.31
HSL58.72º37.01%50.2%-
HSV(B)58.72º53.71%68.63%-
XYZ34.1139.613.63-
YUV163.1181.66136.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=40.79%
G=40.33%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751738100.010.540.3158.7237.0150.2
HexAFAD5101361F3b2532
Octal257255121016637734562
Binary101011111010110110100010111011011111111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD51; }

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

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

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

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

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

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

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

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