#AFAD63

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

Shades of Olive Green #AFAD63

Tints of Olive Green #AFAD63

Color information

#AFAD63 (or 0xAFAD63) is unknown color: approx Olive Green. HEX triplet: AF, AD and 63. RGB value is (175,173,99). Sum of RGB (Red+Green+Blue) = 175+173+99=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD63 is #50529C. Grayscale: #A5A5A5. Windows color (decimal): -5264029 or 6532527. OLE color: 6532527.

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

Color convert

RGB17517399-
CMYK00.010.430.31
HSL58.42º32.2%53.73%-
HSV(B)58.42º43.43%68.63%-
XYZ34.8739.917.67-
YUV165.1690.66135.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=39.15%
G=38.70%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751739900.010.430.3158.4232.253.73
HexAFAD63012B1F3a2036
Octal257255143015337724066
Binary101011111010110111000110110101111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD63; }

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

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

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

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

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

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

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

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