#AFAD64

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

Shades of Olive Green #AFAD64

Tints of Olive Green #AFAD64

Color information

#AFAD64 (or 0xAFAD64) is unknown color: approx Olive Green. HEX triplet: AF, AD and 64. RGB value is (175,173,100). Sum of RGB (Red+Green+Blue) = 175+173+100=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD64 is #50529B. Grayscale: #A5A5A5. Windows color (decimal): -5264028 or 6598063. OLE color: 6598063.

HSL color Cylindrical-coordinate representation of color #AFAD64: hue angle of 58.4º 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 #AFAD64 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175173100-
CMYK00.010.430.31
HSL58.4º31.91%53.92%-
HSV(B)58.4º42.86%68.63%-
XYZ34.9239.9217.92-
YUV165.2891.16134.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=39.06%
G=38.62%
B=22.32%

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
Decimal17517310000.010.430.3158.431.9153.92
HexAFAD64012B1F3a2036
Octal257255144015337724066
Binary101011111010110111001000110101111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD64; }

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

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

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

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

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

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

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

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